summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Save if reqd in emacs-lisp-byte-compile-and-load.Simon Marshall1996-02-291-7/+9
|
* (lisp-fill-paragraph): When filling a comment,Karl Heuer1996-02-211-21/+35
| | | | | find paragraph bounds by hand, and pass the SQUEEZE-AFTER arg to fill-region-as-paragraph.
* (lisp-mode-variables): Locally clear adaptive-fill-mode.Richard M. Stallman1996-02-051-0/+5
|
* (lisp-fill-paragraph): Use fill-paragraph once again for filling a comment.Richard M. Stallman1996-01-261-2/+2
|
* (emacs-lisp-mode-map): Avoid duplicate in menu bindings.Karl Heuer1996-01-241-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (emacs-lisp-byte-compile): Fix error message.Karl Heuer1996-01-091-1/+16
| | | | | (emacs-lisp-compile-and-load): New function. (emacs-lisp-mode-map): Add emacs-lisp-compile-and-load to menu bar.
* (lisp-fill-paragraph): Several changes.Karl Heuer1995-12-211-10/+16
| | | | | | Change how to recognize partial comment lines, how to find start of region to fill. Use fill-region. Use tabs when making comment-fill-prefix.
* (lisp-mode-variables, lisp-fill-paragraph): RemoveRichard M. Stallman1995-11-111-3/+3
| | | | | "^" from paragraph-start and paragraph-separate. Moved page-delimiter first in case it has a "^" also.
* (lisp-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-1/+15
| | | | (lisp-mode-variables): Set imenu-generic-expression.
* (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.Richard M. Stallman1995-07-261-3/+2
|
* (eval-defun): Don't change defvar to defconstRichard M. Stallman1995-06-211-1/+2
| | | | if it has just one argument.
* Put mark-active for menu-enable property on eval-region, comment-region, and ↵Simon Marshall1995-06-141-1/+5
| | | | indent-region symbols.
* (emacs-lisp-mode-map): Add a menu.Karl Heuer1995-05-301-4/+29
| | | | (emacs-lisp-byte-compile): New function.
* (eval-defun): Convert defvar to defconst.Richard M. Stallman1995-03-111-5/+8
|
* (lisp-fill-paragraph): Return t.Richard M. Stallman1995-02-021-1/+2
|
* (shared-lisp-mode-map): Don't bind M-q.Richard M. Stallman1995-02-021-1/+2
| | | | (lisp-mode-variables): Put it in fill-paragraph-function locally.
* (lisp-indent-region): Set endmark before indenting first line.Richard M. Stallman1995-01-301-7/+13
| | | | | (indent-sexp): Fixes for ENDPOS != nil case--use nil as starting-point, and don't insist on a complete sexp.
* Fix typo in previous change.Richard M. Stallman1994-10-101-1/+1
|
* (calculate-lisp-indent): Local varRichard M. Stallman1994-10-101-21/+30
| | | | | | last-sexp renamed to calculate-lisp-indent-last-sexp. (lisp-indent-function): Use new name of var. (calculate-lisp-indent-last-sexp): Var defined.
* (emacs-lisp-mode-syntax-table): Don't set syntax of formfeed.Richard M. Stallman1994-10-091-1/+0
|
* (emacs-lisp-mode-syntax-table): Give RET the same syntax as newline.Richard M. Stallman1994-07-251-0/+2
|
* (lisp-mode-variables): Added missing backslash to outline-regexp.Richard M. Stallman1994-05-031-3/+1
| | | | Removed dublicate ";;; Code: " section separator.
* (lisp-mode-variables): Undo previous change.Karl Heuer1994-04-281-1/+1
|
* (lisp-mode-variables): In comment-start-skip,Richard M. Stallman1994-04-241-1/+1
| | | | reject semicolon after a backslash.
* (lisp-mode-variables): Set outline-regexp.Richard M. Stallman1994-02-241-0/+2
|
* (lisp-eval-defun): Renamed from lisp-send-defun.Richard M. Stallman1993-11-221-3/+3
| | | | | (lisp-mode-map): Use new name lisp-eval-defun. Move run-lisp to C-x C-z.
* (lisp-indent-function): Look for eitherRichard M. Stallman1993-06-111-1/+2
| | | | lisp-indent-hook or lisp-indent-function property.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (indent-sexp): Even if outer-loop-done is t, still move down one line.Richard M. Stallman1993-05-291-1/+1
|
* (lisp-body-indent): Add doc.Richard M. Stallman1993-05-211-1/+2
|
* (eval-defun): Rename argument to avoid collision.Richard M. Stallman1993-04-011-4/+4
| | | | (eval-last-sexp): Likewise.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-2/+9
|
* Add standard library headers.Eric S. Raymond1993-03-171-0/+2
|
* * lisp-mode.el (lisp-fill-paragraph): New function.Jim Blandy1993-02-141-0/+70
| | | | (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
* entered into RCSRichard M. Stallman1992-09-181-2/+6
|
* *** empty log message ***Richard M. Stallman1992-07-271-0/+2
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+4
|
* *** empty log message ***Jim Blandy1992-06-241-8/+12
|
* *** empty log message ***Richard M. Stallman1992-06-031-1/+1
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* *** empty log message ***Jim Blandy1991-10-251-3/+4
|
* *** empty log message ***Jim Blandy1991-05-241-9/+8
|
* *** empty log message ***Roland McGrath1991-05-091-2/+2
|
* *** empty log message ***Jim Blandy1991-05-091-1/+3
|
* *** empty log message ***Roland McGrath1991-05-011-13/+13
|
* *** empty log message ***Roland McGrath1991-05-011-31/+19
|