summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (emacs-lisp-mode-map): Fix a/an typo.Glenn Morris2008-11-191-3/+3
| | | | Use the imperative for all help strings.
* (lisp-mode-variables): Add new argumentDan Nicolaescu2008-11-071-6/+8
| | | | | to initialize font-lock keyword case sensitivity. (lisp-mode): Use it.
* (save-selected-window): Remove indent-function forMartin Rudalics2008-11-041-1/+0
| | | | save-selected-window-norecord.
* * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change fromChong Yidong2008-11-031-2/+0
| | | | 2000-12-08 (bug#1297) :-O
* (save-selected-window-norecord): PutMartin Rudalics2008-11-021-0/+1
| | | | indent-function for save-selected-window-norecord.
* *** empty log message ***Martin Rudalics2008-09-231-1436/+1436
|
* (calculate-lisp-indent): Fix indentation problem with keyword symbolsMartin Rudalics2008-09-231-1433/+1436
| | | | when a list starts with ,@ or spaces. (Bug#1012)
* (lisp-indent-offset): Fix custom type. (Bug#1011)Glenn Morris2008-09-201-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (lisp-mode-map): Add menu.Dan Nicolaescu2008-04-301-1/+12
|
* * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.Stefan Monnier2008-04-191-17/+3
| | | | * progmodes/scheme.el (scheme-mode-variables): Don't use it.
* (lisp-comment-indent): Add WHEN to obsolescence declaration.Juanma Barranquero2008-04-181-4/+5
|
* *** empty log message ***Dan Nicolaescu2008-04-071-1/+1
|
* (emacs-lisp-mode-map): Add menu entriesDan Nicolaescu2008-04-021-1/+19
| | | | for tracing and re-builder.
* (emacs-lisp-mode-map): Fix predicate.Dan Nicolaescu2008-03-271-1/+1
|
* (emacs-lisp-mode-map): Add ... whereDan Nicolaescu2008-03-221-5/+5
| | | | appropriate.
* (emacs-lisp-mode-map): Add menu entry for disassemble.Dan Nicolaescu2008-03-211-0/+3
|
* (emacs-lisp-mode-map): Add menu entries for eldoc and ielm.Dan Nicolaescu2008-03-171-3/+10
|
* Fix typos.Dan Nicolaescu2008-03-161-2/+2
|
* (emacs-lisp-mode-map): Add menu entriesDan Nicolaescu2008-03-141-1/+30
| | | | for checkdoc and profiling.
* (lisp-interaction-mode-map): Fix typo.Dan Nicolaescu2008-03-111-1/+1
|
* * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replacedBastien Guerry2008-03-061-3/+3
| | | | | :enable (mark-active) with :enable mark-active. Thanks to Lennart Borgman.
* * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.Dan Nicolaescu2008-03-051-35/+64
| | | | | | | | | | | | | | | | | | | | | | (standard-mode-line-position): Add mouse-face. * progmodes/compile.el (compilation-menu-map): (compilation-mode-map): * progmodes/grep.el (grep-mode-map): Add :help. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and initialize in one step. Add :help. Use :enable to activate menu items. Show the key binding for edebug-defun. (lisp-interaction-mode-map): Add a menu. * term.el (term-mode-map): Define and initialize in one step. * ediff-init.el (ediff-color-display-p): Simplify. (Xor): Remove unused function. (ediff-with-syntax-table): Simplify for emacs. * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the menu-bar being loaded, it always is.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * 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.