Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (beginning-of-defun-function): Doc fix. | Dave Love | 2003-08-20 | 1 | -2/+3 |
| | |||||
* | (beginning-of-defun-raw): Use shy-group. | Stefan Monnier | 2003-05-18 | 1 | -1/+1 |
| | |||||
* | (beginning-of-defun): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks | Kai Großjohann | 2002-02-17 | 1 | -11/+12 |
| | | | | | when repeated. * textmodes/paragraphs.el (mark-paragraph): Ditto. | ||||
* | * lisp/simple.el (mark-word): Mark more if repeated. | Kai Großjohann | 2002-02-15 | 1 | -13/+26 |
| | | | | | * lisp/textmodes/paragraphs.el (mark-paragraph): Ditto. (mark-end-of-sentence): Ditto. | ||||
* | (lisp-complete-symbol): Repeating the command | Richard M. Stallman | 2002-01-11 | 1 | -51/+69 |
| | | | | after displaying a completion list scrolls the list. | ||||
* | (mark-sexp): Mark more if repeated. | Stefan Monnier | 2001-11-19 | 1 | -1/+5 |
| | |||||
* | (defun-prompt-regexp): Doc fix. | Gerd Moellmann | 2000-10-24 | 1 | -1/+3 |
| | |||||
* | (down-list, backward-up-list, up-list): Doc fix. | Gerd Moellmann | 2000-10-13 | 1 | -6/+3 |
| | |||||
* | (lisp-complete-symbol): Only jump 2 not 3 levels. | Stefan Monnier | 2000-10-01 | 1 | -1/+0 |
| | |||||
* | (lisp-complete-symbol): | Stefan Monnier | 2000-09-29 | 1 | -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 Love | 2000-08-20 | 1 | -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 regexp | Gerd Moellmann | 2000-03-24 | 1 | -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. Stallman | 2000-01-21 | 1 | -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 Love | 2000-01-05 | 1 | -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. Stallman | 1998-10-13 | 1 | -6/+1 |
| | |||||
* | (defun-prompt-regexp): Fix customize type. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
| | |||||
* | (move-past-close-and-reindent): | Richard M. Stallman | 1997-09-07 | 1 | -1/+19 |
| | | | | Don't move closeparen back onto the end of a comment. | ||||
* | Use defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -4/+8 |
| | |||||
* | (lisp-complete-symbol): Sort the list. | Richard M. Stallman | 1996-11-01 | 1 | -0/+1 |
| | |||||
* | (narrow-to-defun): Narrow to the same defun that `mark-defun' would make | Erik Naggum | 1996-10-08 | 1 | -4/+8 |
| | | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps. | ||||
* | (narrow-to-defun): New function. | Richard M. Stallman | 1996-08-29 | 1 | -0/+9 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (insert-parentheses): Don't insert spaces at beginning and end of buffer. | Richard M. Stallman | 1994-09-22 | 1 | -0/+2 |
| | |||||
* | (lisp-complete-symbol): Bind completion-fixup-function. | Richard M. Stallman | 1994-07-11 | 1 | -1/+6 |
| | |||||
* | (lisp-complete-symbol): Likewise. | Richard M. Stallman | 1994-06-10 | 1 | -1/+1 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (defun-prompt-regexp): Make this variable buffer-local. | Karl Heuer | 1994-04-20 | 1 | -0/+1 |
| | |||||
* | (beginning-of-defun-raw): Don't err when called at end of buffer. | Karl Heuer | 1994-03-19 | 1 | -1/+1 |
| | |||||
* | (beginning-of-defun-raw): New function. | Karl Heuer | 1994-03-18 | 1 | -7/+15 |
| | | | | (end-of-defun): Handle defun-prompt-regexp correctly. | ||||
* | (end-of-defun): Fix check for trailing comment. | Karl Heuer | 1994-03-18 | 1 | -1/+1 |
| | |||||
* | (defun-prompt-regexp): Doc fix. | Karl Heuer | 1994-03-15 | 1 | -1/+4 |
| | |||||
* | (lisp-complete-symbol): Doc fix. | Richard M. Stallman | 1994-02-18 | 1 | -4/+5 |
| | |||||
* | (defun-prompt-regexp): Now a user variable. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
| | |||||
* | (insert-parentheses): Doc mod. | Karl Heuer | 1994-02-07 | 1 | -2/+2 |
| | |||||
* | (parens-require-spaces): Var renamed and sense changed. | Richard M. Stallman | 1993-06-16 | 1 | -4/+4 |
| | | | | (insert-parentheses): Corresponding changes. | ||||
* | (parens-dont-require-spaces): New variable. | Richard M. Stallman | 1993-06-14 | 1 | -3/+10 |
| | | | | (insert-parentheses): Obey that variable. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | (mark-sexp, mark-defun): Activate the mark. | Richard M. Stallman | 1993-05-16 | 1 | -2/+3 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+4 |
| | |||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+5 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-03-12 | 1 | -14/+12 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1990-12-10 | 1 | -10/+6 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1990-11-12 | 1 | -6/+7 |
| | |||||
* | Initial revision | root | 1990-08-27 | 1 | -0/+267 |