Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (last-sexp-toggle-display): Fixed cursor position when toggle abbreviated | Eli Zaretskii | 2007-01-20 | 1 | -0/+2 |
| | | | | display. | ||||
* | (emacs-lisp-mode-map): Use eval-buffer. | Thien-Thi Nguyen | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes. | Richard M. Stallman | 2006-04-07 | 1 | -1/+10 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Put `doc-string-elt' property on | Juri Linkov | 2005-12-04 | 1 | -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 one | Eli Zaretskii | 2005-12-03 | 1 | -3/+3 |
| | | | | or names starting with a symbol-constituent character would not be returned. | ||||
* | (lisp-mode-variables): Don't set comment-indent-function. | Stefan Monnier | 2005-11-08 | 1 | -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 Monnier | 2005-10-24 | 1 | -2/+3 |
| | | | | (defalias, defvaralias, define-category): Add a docstring property. | ||||
* | (lisp-mode-syntax-table): Move the nesting bit from # to |. | Stefan Monnier | 2005-10-05 | 1 | -34/+37 |
| | | | | (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols. | ||||
* | (lambda): Add its doc-string-elt property. | Stefan Monnier | 2005-10-05 | 1 | -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 Monnier | 2005-10-05 | 1 | -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 Barranquero | 2005-08-29 | 1 | -1/+6 |
| | | | | | font-lock-keywords-case-fold-search): Add defvars. (emacs-lisp-mode-syntax-table): "?\ " -> "?\s". | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax. | Richard M. Stallman | 2005-07-15 | 1 | -2/+3 |
| | |||||
* | (lisp-mode-variables): Prevent adaptive | Stefan Monnier | 2005-07-04 | 1 | -0/+4 |
| | | | | filling from using prefix when filling a single-line docstring. | ||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (eval-defun-1): Remove unnecessary quotes. | Juri Linkov | 2005-07-04 | 1 | -3/+3 |
| | |||||
* | (lisp-mode-variables): Bind comment-indent-function locally. | Richard M. Stallman | 2005-06-25 | 1 | -1/+3 |
| | |||||
* | (eval-defun-1): | Juri Linkov | 2005-06-21 | 1 | -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 Barranquero | 2005-06-07 | 1 | -1/+2 |
| | |||||
* | (lisp-mode-variables): Set font-lock-comment-start-skip. | Richard M. Stallman | 2005-05-15 | 1 | -0/+3 |
| | |||||
* | (lisp-imenu-generic-expression): Recognize define-generic-mode. | Lute Kamstra | 2005-03-24 | 1 | -0/+1 |
| | |||||
* | (lisp-mode-variables): Recognize `@' in function names. | Eli Zaretskii | 2005-03-19 | 1 | -1/+1 |
| | |||||
* | (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'. | Lute Kamstra | 2005-02-15 | 1 | -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 Nguyen | 2005-02-01 | 1 | -3/+3 |
| | | | | When delegating, order args in the funcall correctly. | ||||
* | (lisp-indent-function): Doc fix. | Thien-Thi Nguyen | 2005-02-01 | 1 | -2/+2 |
| | |||||
* | (eval-defun-1): Make sure `defvar' always sets the default value. | Stefan Monnier | 2005-01-28 | 1 | -2/+2 |
| | |||||
* | (indent-pp-sexp): Doc fix. | Richard M. Stallman | 2005-01-15 | 1 | -1/+2 |
| | |||||
* | (lisp-fill-paragraph): Fix backslashes. | Stefan Monnier | 2004-10-09 | 1 | -4/+6 |
| | |||||
* | (lisp-fill-paragraph): Change | Eli Zaretskii | 2004-10-08 | 1 | -1/+1 |
| | | | | paragraph-start regexp so we don't fill code starting with #'( | ||||
* | (define-compilation-mode): Specify `doc-string-elt' property. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+2 |
| | |||||
* | (prin1-char): Don't turn S-a into A. | Richard M. Stallman | 2004-08-30 | 1 | -15/+25 |
| | | | | Don't return a string that would read as the wrong character code. | ||||
* | Whitespace change. | Richard M. Stallman | 2004-08-28 | 1 | -1/+1 |
| | |||||
* | (prin1-char): Put `shift' modifier into the basic character, | Richard M. Stallman | 2004-08-28 | 1 | -2/+8 |
| | | | | if it has an uppercase form. | ||||
* | (eval-last-sexp): Don't cons a new symbol each time. | Richard M. Stallman | 2004-08-16 | 1 | -1/+3 |
| | | | | (eval-last-sexp-fake-value): New variable. | ||||
* | (eval-defun-1): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -3/+11 |
| | |||||
* | (prin1-char): Catch errors from `string'. | Richard M. Stallman | 2004-05-29 | 1 | -4/+6 |
| | | | | | (eval-last-sexp-print-value): Print char equivalent regardless of standard-output value. | ||||
* | * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun. | Juri Linkov | 2004-05-28 | 1 | -3/+18 |
| | | | | | | | (emacs-lisp-mode-map, lisp-interaction-mode-map): Bind C-M-q to `indent-pp-sexp'. (eval-last-sexp-print-value): Print additionally the value returned by `eval-expression-print-format'. | ||||
* | (lisp-find-tag-default): Strip the package prefix from the symbol name, if any. | Sam Steingold | 2004-05-25 | 1 | -0/+8 |
| | | | | Make it the `find-tag-default-function' for `lisp-mode'. | ||||
* | (prin1-char): Use eventp. | Stefan Monnier | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | (lisp-mode-variables): Don't set | Stefan Monnier | 2004-03-22 | 1 | -16/+16 |
| | | | | | | | | | normal-auto-fill-function and comment-indent-function. The default values now work just as well. Don't set font-lock-beginning-of-syntax-function since we already set syntax-begin-function. (lisp-outline-level): Put ;;;###autoload at same level as (. (prin1-char): Quote special chars. | ||||
* | (lisp-mode-variables): Set it. | Stefan Monnier | 2004-03-08 | 1 | -1/+3 |
| | |||||
* | (lisp-mode-variables): Adapt outline-regexp to the new conventions for | Luc Teirlinck | 2004-02-12 | 1 | -1/+1 |
| | | | | commenting out code. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (common-lisp-mode): New. | Dave Love | 2003-08-20 | 1 | -0/+3 |
| | |||||
* | (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1. | Richard M. Stallman | 2003-08-17 | 1 | -21/+24 |
| | | | | (eval-last-sexp-1): Use eval-last-sexp-print-value. | ||||
* | (emacs-lisp-mode): Use run-mode-hooks. | Richard M. Stallman | 2003-07-21 | 1 | -2/+2 |
| | | | | (lisp-mode): Likewise. | ||||
* | (last-sexp-toggle-display): Remove stale comment. | Juanma Barranquero | 2003-06-03 | 1 | -3/+0 |
| | |||||
* | (eval-last-sexp-1): Add save-excursion. | Richard M. Stallman | 2003-06-03 | 1 | -45/+46 |
| | |||||
* | (last-sexp-toggle-display): | Richard M. Stallman | 2003-05-28 | 1 | -3/+2 |
| | | | | Undo previous change (don't check for eob). Widen at the beginning. |