Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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 | |
| | ||||||
* | (lisp-mode-shared-map): Bind TAB | Gerd Moellmann | 2001-07-06 | 1 | -0/+1 | |
| | | | | to lisp-indent-line. | |||||
* | (eval-last-sexp): Doc fix. | Richard M. Stallman | 2001-06-23 | 1 | -1/+1 | |
| | ||||||
* | (lisp-indent-offset): Add a doc string. | Eli Zaretskii | 2001-06-05 | 1 | -1/+2 | |
| | ||||||
* | (lisp-mode): Make | Gerd Moellmann | 2001-05-15 | 1 | -0/+1 | |
| | | | | | font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it. | |||||
* | (lisp-interaction-mode): Doc fix. | Gerd Moellmann | 2001-05-09 | 1 | -1/+3 | |
| | ||||||
* | (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed, | Eli Zaretskii | 2001-01-27 | 1 | -1/+4 | |
| | | | | since backspace is now mapped into DEL. | |||||
* | (lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'. | Sam Steingold | 2001-01-12 | 1 | -14/+15 | |
| | ||||||
* | (lisp-mode): Set | Dave Love | 2000-12-08 | 1 | -0/+1 | |
| | | | | font-lock-keywords-case-fold-search. | |||||
* | (lisp-mode-variables): | Stefan Monnier | 2000-11-14 | 1 | -36/+17 | |
| | | | | | | | Set font-lock-defaults. (lisp-mode-shared-map): Init inside the defvar. (emacs-lisp-mode, lisp-mode, lisp-interaction-mode): Use define-derived-mode. | |||||
* | (lisp-imenu-generic-expression): Match | Dave Love | 2000-11-06 | 1 | -1/+1 | |
| | | | | defun*. | |||||
* | (lisp-imenu-generic-expression): Don't | Dave Love | 2000-10-08 | 1 | -15/+17 | |
| | | | | | | | insist on symbols starting with word syntax. (lisp-mode-shared-map): Renamed from shared-lisp-mode-map. (eval-defun-1): Doc fix. (indent-sexp): Use nconc to build up indent-stack. | |||||
* | (eval-last-sexp-1): Handle `#N=' labels. | Gerd Moellmann | 2000-08-08 | 1 | -0/+10 | |
| | ||||||
* | (eval-defun-2): Remove parameter | Gerd Moellmann | 2000-07-05 | 1 | -21/+30 | |
| | | | | | | EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. (eval-defun): If called with prefix arg, instrument code for Edebug. | |||||
* | (lisp-mode-variables): Set comment-add. | Stefan Monnier | 2000-05-19 | 1 | -0/+2 | |
| | ||||||
* | (lisp-eval-defun): Make arglist compatible with inf-lisp version. | Dave Love | 2000-03-26 | 1 | -4/+5 | |
| | | | | (eval-defun-1): Fix custom-declare-variable case. | |||||
* | (lisp-mode-syntax-table): Fix syntax of |. | Dave Love | 2000-03-01 | 1 | -2/+1 | |
| | ||||||
* | Don't change syntax of multibyte | Kenichi Handa | 2000-02-23 | 1 | -10/+4 | |
| | | | | | | characters. (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally. | |||||
* | (emacs-lisp-mode-syntax-table) | Dave Love | 2000-02-22 | 1 | -72/+71 | |
| | | | | | | | | | | | (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar. (lisp-mode-syntax-table): Set up for #|...|# comments. (lisp-imenu-generic-expression): Purecopy strings. Use syntax classes. Match `defface'. (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. (eval-defun-1): Fix for defcustom. (lisp-indent-region): Doc fix. | |||||
* | Add indent specs for dolist, dotimes, when, unless. | Dave Love | 2000-01-28 | 1 | -0/+4 | |
| | ||||||
* | (eval-last-sexp-1): Renamed from | Gerd Moellmann | 2000-01-12 | 1 | -5/+40 | |
| | | | | | | | eval-last-sexp. Don't bind debug-on-error here. (eval-last-sexp): New function. Bind debug-on-error if eval-expression-debug-on-error is non-nil. (eval-defun-2, eval-defun): Likewise. | |||||
* | (with-syntax-table): Moved to subr.el. | Richard M. Stallman | 2000-01-12 | 1 | -0/+1 | |
| | ||||||
* | (lisp-mode-variables): Change | Gerd Moellmann | 1999-12-02 | 1 | -1/+11 | |
| | | | | | outline-regexp, add outline-level. (lisp-outline-level): New. | |||||
* | (eval-last-sexp): Use prin1 instead of print. | Gerd Moellmann | 1999-09-14 | 1 | -1/+1 | |
| | ||||||
* | (eval-defun, eval-last-sexp): | Richard M. Stallman | 1999-09-14 | 1 | -27/+35 | |
| | | | | Bind print-level, print-length and debug-on-error. | |||||
* | (eval-last-sexp): If after ?\LETTER, use all of that as the sexp. | Richard M. Stallman | 1999-09-12 | 1 | -0/+6 | |
| | ||||||
* | (lisp-imenu-generic-expression): Recognize define-widget. | Dave Love | 1999-09-10 | 1 | -2/+22 | |
| | | | | | (emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook): Customize. |