summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (beginning-of-defun-function): Doc fix.Dave Love2003-08-201-2/+3
|
* (beginning-of-defun-raw): Use shy-group.Stefan Monnier2003-05-181-1/+1
|
* (beginning-of-defun): Fix typo.Juanma Barranquero2002-10-171-1/+1
|
* * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marksKai Großjohann2002-02-171-11/+12
| | | | | when repeated. * textmodes/paragraphs.el (mark-paragraph): Ditto.
* * lisp/simple.el (mark-word): Mark more if repeated.Kai Großjohann2002-02-151-13/+26
| | | | | * lisp/textmodes/paragraphs.el (mark-paragraph): Ditto. (mark-end-of-sentence): Ditto.
* (lisp-complete-symbol): Repeating the commandRichard M. Stallman2002-01-111-51/+69
| | | | after displaying a completion list scrolls the list.
* (mark-sexp): Mark more if repeated.Stefan Monnier2001-11-191-1/+5
|
* (defun-prompt-regexp): Doc fix.Gerd Moellmann2000-10-241-1/+3
|
* (down-list, backward-up-list, up-list): Doc fix.Gerd Moellmann2000-10-131-6/+3
|
* (lisp-complete-symbol): Only jump 2 not 3 levels.Stefan Monnier2000-10-011-1/+0
|
* (lisp-complete-symbol):Stefan Monnier2000-09-291-12/+31
| | | | | | Distinguish the let-binding case from the funcall case. (forward-sexp-function): New variable. (forward-sexp): Use it.
* (defun-prompt-regexp, parens-require-spaces): Doc fix.Dave Love2000-08-201-29/+33
| | | | | | (down-list, backward-up-list, up-list, kill-sexp) (backward-kill-sexp, mark-sexp)): Make arg optional. (lisp-complete-symbol): Add optional arg PREDICATE.
* (beginning-of-defun-raw): Add regexpGerd Moellmann2000-03-241-1/+2
| | | | | matching open parenthesis in column 0 to defun-prompt-regexp only if open-paren-in-column-0-is-defun-start is set.
* (beginning-of-defun-function): Variable renamed from beginning-of-defun.Richard M. Stallman2000-01-211-25/+21
| | | | | | | (beginning-of-defun-raw): Use new variable name; doc fix. (beginning-of-defun): Doc fix. (end-of-defun-function): Variable renamed from end-of-defun. (end-of-defun): Use new variable name; doc fix.
* (beginning-of-defun): New variable.Dave Love2000-01-051-60/+120
| | | | | | | (beginning-of-defun-raw): Use it. (end-of-defun): New variable. (end-of-defun): Use it. (check-parens): New command.
* (lisp-complete-symbol): Don't bind completion-fixup-function.Richard M. Stallman1998-10-131-6/+1
|
* (defun-prompt-regexp): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (move-past-close-and-reindent):Richard M. Stallman1997-09-071-1/+19
| | | | Don't move closeparen back onto the end of a comment.
* Use defcustom.Richard M. Stallman1997-05-051-4/+8
|
* (lisp-complete-symbol): Sort the list.Richard M. Stallman1996-11-011-0/+1
|
* (narrow-to-defun): Narrow to the same defun that `mark-defun' would makeErik Naggum1996-10-081-4/+8
| | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps.
* (narrow-to-defun): New function.Richard M. Stallman1996-08-291-0/+9
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (insert-parentheses): Don't insert spaces at beginning and end of buffer.Richard M. Stallman1994-09-221-0/+2
|
* (lisp-complete-symbol): Bind completion-fixup-function.Richard M. Stallman1994-07-111-1/+6
|
* (lisp-complete-symbol): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (defun-prompt-regexp): Make this variable buffer-local.Karl Heuer1994-04-201-0/+1
|
* (beginning-of-defun-raw): Don't err when called at end of buffer.Karl Heuer1994-03-191-1/+1
|
* (beginning-of-defun-raw): New function.Karl Heuer1994-03-181-7/+15
| | | | (end-of-defun): Handle defun-prompt-regexp correctly.
* (end-of-defun): Fix check for trailing comment.Karl Heuer1994-03-181-1/+1
|
* (defun-prompt-regexp): Doc fix.Karl Heuer1994-03-151-1/+4
|
* (lisp-complete-symbol): Doc fix.Richard M. Stallman1994-02-181-4/+5
|
* (defun-prompt-regexp): Now a user variable.Richard M. Stallman1994-02-171-1/+1
|
* (insert-parentheses): Doc mod.Karl Heuer1994-02-071-2/+2
|
* (parens-require-spaces): Var renamed and sense changed.Richard M. Stallman1993-06-161-4/+4
| | | | (insert-parentheses): Corresponding changes.
* (parens-dont-require-spaces): New variable.Richard M. Stallman1993-06-141-3/+10
| | | | (insert-parentheses): Obey that variable.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (mark-sexp, mark-defun): Activate the mark.Richard M. Stallman1993-05-161-2/+3
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+4
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* entered into RCSEric 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/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-03-121-14/+12
|
* *** empty log message ***Richard M. Stallman1990-12-101-10/+6
|
* *** empty log message ***Richard M. Stallman1990-11-121-6/+7
|
* Initial revisionroot1990-08-271-0/+267