Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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. | |||||
* | (eval-defun): Expand macros, | Richard M. Stallman | 1999-08-29 | 1 | -9/+18 | |
| | | | | | and specially handle defvar inside their expansions. (eval-defun-1): New subroutine. | |||||
* | Fix previous change. | Dave Love | 1999-07-30 | 1 | -1/+1 | |
| | ||||||
* | (eval-defun): Re-written to avoid | Dave Love | 1999-07-29 | 1 | -31/+34 | |
| | | | | capturing variables. | |||||
* | (eval-defun): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+7 | |
| | ||||||
* | (lisp-interaction-mode-map): Doc fix. | Richard M. Stallman | 1998-11-19 | 1 | -1/+2 | |
| | | | | (with-temp-message): Add lisp-indent-function property. | |||||
* | Set syntaxes all non-word multibyte | Kenichi Handa | 1998-11-16 | 1 | -1/+9 | |
| | | | | characters to symbol. | |||||
* | (eval-defun): Return the evaluation result. | Karl Heuer | 1998-10-06 | 1 | -2/+6 | |
| | ||||||
* | (lisp-imenu-generic-expression): | Karl Heuer | 1998-09-04 | 1 | -1/+1 | |
| | | | | Recognize define-skeleton as a function definer. | |||||
* | (eval-defun): Pass read function to | Richard M. Stallman | 1998-06-13 | 1 | -7/+6 | |
| | | | | eval-region as arg, instead of binding load-read-function. | |||||
* | (eval-defun): Pass proper beg to eval-region. | Richard M. Stallman | 1998-05-25 | 1 | -2/+3 | |
| | ||||||
* | (eval-defun): Arrange to use eval-region | Karl Heuer | 1998-04-13 | 1 | -5/+18 | |
| | | | | even if we have to alter the form. | |||||
* | (lisp-fill-paragraph): Adjust | Dave Love | 1998-03-18 | 1 | -1/+11 | |
| | | | | | paragraph-start in default filling case so that filling doc strings works. | |||||
* | (lisp-interaction-mode-map) | Richard M. Stallman | 1998-03-08 | 1 | -6/+6 | |
| | | | | (emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent. | |||||
* | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+2 | |
| | ||||||
* | (lisp-mode-auto-fill): New function. | Richard M. Stallman | 1997-11-24 | 1 | -0/+13 | |
| | | | | (lisp-mode-variables): Bind normal-auto-fill-function. | |||||
* | (lisp-imenu-generic-expression): Allow `/' in names. | Richard M. Stallman | 1997-10-01 | 1 | -3/+3 | |
| | ||||||
* | (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup". | Richard M. Stallman | 1997-09-09 | 1 | -2/+2 | |
| | ||||||
* | (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. | Richard M. Stallman | 1997-08-26 | 1 | -0/+1 | |
| | ||||||
* | (eval-last-sexp): Ignore `...' around sexp. | Richard M. Stallman | 1997-07-31 | 1 | -0/+12 | |
| | ||||||
* | (eval-defun): For defcustom, always set the value. | Richard M. Stallman | 1997-04-10 | 1 | -3/+8 | |
| | ||||||
* | (indent-sexp): If calculate-lisp-indent returns nil, | Richard M. Stallman | 1997-04-05 | 1 | -16/+20 | |
| | | | | | | | don't change the line's indentation. (lisp-indent-line): Likewise. (lisp-comment-indent): Likewise. (calculate-lisp-indent): Return nil if line starts inside a string. | |||||
* | (lisp-imenu-generic-expression): Accept `*', `|', | Karl Heuer | 1997-03-11 | 1 | -3/+3 | |
| | | | | and `:' in symbol names. | |||||
* | (eval-last-sexp): Allow let-bindings to terminate | Karl Heuer | 1997-02-23 | 1 | -5/+19 | |
| | | | | | before doing the eval. Handle (interactive ...) form specially. | |||||
* | Change defconsts to defvars. | Richard M. Stallman | 1996-12-16 | 1 | -3/+3 | |
| | ||||||
* | (combine-after-change-calls): The first form is not special. | Erik Naggum | 1996-11-11 | 1 | -1/+1 | |
| | ||||||
* | (combine-after-change-calls): Add lisp-indent-function property. | Richard M. Stallman | 1996-11-09 | 1 | -0/+1 | |
| | ||||||
* | (with-current-buffer): Correct indentation property. | Erik Naggum | 1996-10-08 | 1 | -1/+1 | |
| | ||||||
* | (eval-after-load): Add lisp-indent-function for it. | Richard M. Stallman | 1996-10-03 | 1 | -0/+1 | |
| | ||||||
* | (with-temp-buffer): Add indentation property. | Erik Naggum | 1996-10-03 | 1 | -0/+1 | |
| | ||||||
* | (with-temp-file): Add lisp-indent-function property. | Richard M. Stallman | 1996-09-28 | 1 | -0/+1 | |
| | ||||||
* | (save-current-buffer, with-current-buffer) | Richard M. Stallman | 1996-09-27 | 1 | -0/+3 | |
| | | | | (with-output-to-string): Specify how to indent. | |||||
* | (lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted | Miles Bader | 1996-07-04 | 1 | -1/+3 | |
| | | | | semicolons. | |||||
* | (lisp-fill-paragraph): Treat code-and-comment case specially. | Richard M. Stallman | 1996-03-17 | 1 | -3/+13 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 1996-03-02 | 1 | -1/+1 | |
| |