Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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. | |||||
* | (lisp-font-lock-syntactic-face-function): Don't infinite lop at bob. | Stefan Monnier | 2003-05-27 | 1 | -60/+78 | |
| | | | | | | | (emacs-lisp-mode): Mark its main custom group to be `lisp'. (prin1-char): New fun. (eval-last-sexp-1): Use it. Use with-syntax-table as well. (eval-defun-1): Don't replace `defvar' with `defconst'. | |||||
* | (emacs-lisp-mode-syntax-table): Give @ prefix syntax. | Richard M. Stallman | 2003-04-24 | 1 | -0/+1 | |
| | ||||||
* | (last-sexp-toggle-display): At end of buffer, run the global binding | Richard M. Stallman | 2003-04-14 | 1 | -1/+2 | |
| | | | | of the same key. | |||||
* | (last-sexp-toggle-display): At end of buffer, just call `newline'. | Richard M. Stallman | 2003-04-09 | 1 | -18/+23 | |
| | ||||||
* | (last-sexp-toggle-display): Correct the starting point for | Richard M. Stallman | 2003-04-06 | 1 | -2/+3 | |
| | | | | previous-single-property-change. | |||||
* | (emacs-lisp-docstring-fill-column): New custom variable. | Matthew Swift | 2003-03-02 | 1 | -12/+42 | |
| | | | | | | | (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so that first docstring lines ending with a comma are respected. Add "`(" to same so that function and macro bodies beginning with a backquote do not get disturbed. Revise the comments. | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -5/+5 | |
| | ||||||
* | * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'. | John Paul Wallington | 2003-01-29 | 1 | -5/+6 | |
| | | | | | | | | | | * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and `define-ibuffer-sorter'. (lisp-imenu-generic-expression): Add `deftheme' to types. * custom.el (customize-mark-to-save, customize-mark-as-set) (custom-remove-theme): Doc fixes. | |||||
* | (lisp-fill-paragraph): Use fill-comment-paragraph. | Stefan Monnier | 2002-11-03 | 1 | -93/+17 | |
| | ||||||
* | (lisp-fill-paragraph): Use match-string and line-beginning-position. | Stefan Monnier | 2002-11-02 | 1 | -9/+5 | |
| | | | | Don't bother making paragraph-start a superset of paragraph-separate. | |||||
* | Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -1/+1 | |
| | ||||||
* | Handle define-ibuffer-column, define-ibuffer-filter, | Colin Walters | 2002-01-13 | 1 | -1/+3 | |
| | | | | define-ibuffer-sorter, and define-ibuffer-op. | |||||
* | (eval-defun-1): Cope with atoms as args. | Richard M. Stallman | 2001-12-21 | 1 | -1/+3 | |
| | ||||||
* | (toplevel): Define docstring offset for `defmacro*'. | Colin Walters | 2001-12-04 | 1 | -0/+1 | |
| | ||||||
* | (read-if): Add lisp-indent-function prop. | Stefan Monnier | 2001-11-30 | 1 | -0/+1 | |
| | ||||||
* | (lisp-mode-variables): Set syntax-begin-function. | Stefan Monnier | 2001-11-25 | 1 | -19/+12 | |
| | | | | | | | | (lisp-interaction-mode-abbrev-table): Defvar to its correct value. (lisp-interaction-mode): Don't set local-abbrev-table any more. (lisp-mode-auto-fill): Use syntax-ppss and obey comment-auto-fill-only-comments. (lisp-fill-paragraph): Use syntax-ppss. | |||||
* | (lisp-indent-function): Add doc string. | Richard M. Stallman | 2001-11-25 | 1 | -0/+20 | |
| | ||||||
* | (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table. | Richard M. Stallman | 2001-11-20 | 1 | -1/+2 | |
| | ||||||
* | (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode. | Richard M. Stallman | 2001-11-20 | 1 | -6/+22 | |
| | ||||||
* | (lisp-fill-paragraph): Don't move back to a line without a comment. | Stefan Monnier | 2001-11-20 | 1 | -2/+5 | |
| | ||||||
* | Fix typo. | Pavel Janík | 2001-11-15 | 1 | -1/+1 | |
| | ||||||
* | (lisp-imenu-generic-expression): Paren typo. | Stefan Monnier | 2001-11-07 | 1 | -23/+24 | |
| | | | | | | | (lisp-mode-variables): Don't set paragraph-{start,separate}. Don't disable adaptive-fill-mode. (lisp-fill-paragraph): Use tab-width rather than 8. Prevent filling the first line of docstrings. | |||||
* | (eval-last-sexp-1): Return the value of the evaluated form. | Richard M. Stallman | 2001-11-06 | 1 | -11/+12 | |
| | ||||||
* | (last-sexp-toggle-display): Cope if previous-single-property-change or | Richard M. Stallman | 2001-11-05 | 1 | -2/+2 | |
| | | | | next-single-char-property-change returns nil. | |||||
* | (eval-defun): Doc fix. | Richard M. Stallman | 2001-10-28 | 1 | -4/+5 | |
| | ||||||
* | (lisp-imenu-generic-expression): Use regexp-opt. | Gerd Moellmann | 2001-10-05 | 1 | -16/+77 | |
| | | | | | | | | | (doc-string-elt): Set symbol's prop. Copied from autoload.el. (lisp-font-lock-syntactic-face-function): New function. (lisp-mode-variables): Use it. Make arg optional. (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables. (lisp-mode): Don't pass an arg to lisp-mode-variables. Set comment-start-skip. | |||||
* | (last-sexp-setup-props): New function. | Gerd Moellmann | 2001-07-27 | 1 | -18/+34 | |
| | | | | | | (last-sexp-toggle-display): Renamed from last-sexp-print. (last-sexp-toggle-display, eval-last-sexp-1): Use last-sexp-setup-props. | |||||
* | (eval-last-sexp-1): Don't search for | Gerd Moellmann | 2001-07-26 | 1 | -5/+7 | |
| | | | | | `...', compare with unabbreviated printed representation instead. (last-sexp-print): Bind print-length and print-level to nil. | |||||
* | (eval-last-sexp-1): Look for a `...' | Gerd Moellmann | 2001-07-26 | 1 | -5/+12 | |
| | | | | before assigning text properties. Make properties rear-nonsticky. | |||||
* | (last-sexp-print): New function. | Gerd Moellmann | 2001-07-26 | 1 | -3/+28 | |
| | | | | | | (eval-last-sexp-1): Give printed text a `keymap' property and bind <mouse-2> and <RET> in that map to a function printing the unabbreviated value. | |||||
* | (eval-last-sexp-1): If standard-output | Gerd Moellmann | 2001-07-26 | 1 | -2/+5 | |
| | | | | | is a buffer, put a text property `printed-value' on the printed representation, with the Lisp object printed as value. | |||||
* | (eval-print-last-sexp, eval-defun): | Eli Zaretskii | 2001-07-25 | 1 | -2/+8 | |
| | | | | | | Mention the effect of eval-expression-print-length and eval-expression-print-level. Suggested by Kevin Gallagher <kevingal@onramp.net>. | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -1/+1 | |
| |