summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-10-091-4/+12
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.Richard M. Stallman2007-09-021-4/+12
| | | | | | | | (lisp-body-indent): Likewise.
| * preceding-sexpVinicius Jose Latorre2007-08-201-52/+55
| |
* | (lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent.Stefan Monnier2007-09-191-1/+0
| |
* | preceding-sexpVinicius Jose Latorre2007-08-201-52/+55
| |
* | (emacs-lisp-mode-syntax-table): Treat non-break space as whitespace in Lisp.Richard M. Stallman2007-07-301-0/+2
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (calculate-lisp-indent): In theThien-Thi Nguyen2007-07-211-0/+10
| | | | | case of alignment under a constant symbol, find and consider the sexp actually at indentation to be the "last sexp".
* (eval-defun): Explain special handling of `defface'.Richard M. Stallman2007-07-101-1/+3
|
* (eval-last-sexp): Avoid introducing anyAndreas Schwab2007-07-061-7/+7
| | | | dynamic bindings around the evaluation of the expression.
* (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column inStefan Monnier2007-04-011-1/+2
| | | | emacs-lisp-mode.
* (calculate-lisp-indent): Redo previous change.Richard M. Stallman2007-03-051-23/+36
|
* (calculate-lisp-indent): Added indentation for the constants of Lisp.Eli Zaretskii2007-02-171-0/+18
|
* (indent-sexp): Clean up termination condition -- don't fail to stop at endpos.Richard M. Stallman2007-02-111-6/+12
|
* define-global-minor-mode changed to define-globalized-minor-mode.Chong Yidong2007-02-031-0/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (last-sexp-toggle-display): Fixed cursor position when toggle abbreviatedEli Zaretskii2007-01-201-0/+2
| | | | display.
* (emacs-lisp-mode-map): Use eval-buffer.Thien-Thi Nguyen2006-07-051-1/+1
|
* (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.Richard M. Stallman2006-04-071-1/+10
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Put `doc-string-elt' property onJuri Linkov2005-12-041-2/+4
| | | | | easy-mmode-define-global-mode and define-global-minor-mode. (lisp-imenu-generic-expression): Add define-global-minor-mode.
* (lisp-imenu-generic-expression): Fix bug whereby names of length oneEli Zaretskii2005-12-031-3/+3
| | | | or names starting with a symbol-constituent character would not be returned.
* (lisp-mode-variables): Don't set comment-indent-function.Stefan Monnier2005-11-081-13/+3
| | | | (lisp-comment-indent): Replace by an alias for comment-indent-default.
* (easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.Stefan Monnier2005-10-241-2/+3
| | | | (defalias, defvaralias, define-category): Add a docstring property.
* (lisp-mode-syntax-table): Move the nesting bit from # to |.Stefan Monnier2005-10-051-34/+37
| | | | (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
* (lambda): Add its doc-string-elt property.Stefan Monnier2005-10-051-16/+33
| | | | | | (lisp-doc-string-elt-property): New var. (lisp-font-lock-syntactic-face-function): Use it. Rewrite to recognize docstrings even for forms not at toplevel.
* (lisp-font-lock-syntactic-face-function):Stefan Monnier2005-10-051-1/+1
| | | | Don't mark as docstring the 3rd elem of an unknown toplevel form.
* (font-lock-comment-face, font-lock-doc-face, font-lock-string-face,Juanma Barranquero2005-08-291-1/+6
| | | | | font-lock-keywords-case-fold-search): Add defvars. (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.Richard M. Stallman2005-07-151-2/+3
|
* (lisp-mode-variables): Prevent adaptiveStefan Monnier2005-07-041-0/+4
| | | | filling from using prefix when filling a single-line docstring.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (eval-defun-1): Remove unnecessary quotes.Juri Linkov2005-07-041-3/+3
|
* (lisp-mode-variables): Bind comment-indent-function locally.Richard M. Stallman2005-06-251-1/+3
|
* (eval-defun-1):Juri Linkov2005-06-211-2/+15
| | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.
* (defstruct): Set 'doc-string-elt property.Juanma Barranquero2005-06-071-1/+2
|
* (lisp-mode-variables): Set font-lock-comment-start-skip.Richard M. Stallman2005-05-151-0/+3
|
* (lisp-imenu-generic-expression): Recognize define-generic-mode.Lute Kamstra2005-03-241-0/+1
|
* (lisp-mode-variables): Recognize `@' in function names.Eli Zaretskii2005-03-191-1/+1
|
* (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'.Lute Kamstra2005-02-151-6/+5
| | | | | | Suggested by Stefan Monnier <monnier@iro.umontreal.ca> (lisp-outline-level): Improve efficiency. Suggested by David Kastrup <dak@gnu.org>.
* (lisp-indent-function): Fix bug:Thien-Thi Nguyen2005-02-011-3/+3
| | | | When delegating, order args in the funcall correctly.
* (lisp-indent-function): Doc fix.Thien-Thi Nguyen2005-02-011-2/+2
|
* (eval-defun-1): Make sure `defvar' always sets the default value.Stefan Monnier2005-01-281-2/+2
|
* (indent-pp-sexp): Doc fix.Richard M. Stallman2005-01-151-1/+2
|
* (lisp-fill-paragraph): Fix backslashes.Stefan Monnier2004-10-091-4/+6
|
* (lisp-fill-paragraph): ChangeEli Zaretskii2004-10-081-1/+1
| | | | paragraph-start regexp so we don't fill code starting with #'(
* (define-compilation-mode): Specify `doc-string-elt' property.Thien-Thi Nguyen2004-09-081-1/+2
|
* (prin1-char): Don't turn S-a into A.Richard M. Stallman2004-08-301-15/+25
| | | | Don't return a string that would read as the wrong character code.
* Whitespace change.Richard M. Stallman2004-08-281-1/+1
|