Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (buffer-end): Doc fix. | Richard M. Stallman | 2005-02-06 | 1 | -0/+3 | |
| | ||||||
* | (backward-kill-sexp, kill-sexp): Doc fixes. | Richard M. Stallman | 2005-01-17 | 1 | -6/+6 | |
| | ||||||
* | (mark-sexp, mark-defun): New arg ALLOW-EXTEND | Richard M. Stallman | 2004-12-29 | 1 | -11/+16 | |
| | | | | enables the feature to extend the existing region. | |||||
* | (beginning-of-defun, end-of-defun): Don't | Kim F. Storm | 2004-12-14 | 1 | -4/+2 | |
| | | | | use inhibit-mark-movement. | |||||
* | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-12-13 | 1 | -16/+22 | |
| | | | | | | | | | | Do not push mark when mark is active in transient-mark-mode. * emacs-lisp/lisp.el (mark-sexp, mark-defun): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for preserving direction, to mark forward instead of backward when mark is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m). | |||||
* | (mark-sexp): Preserve direction when repeating. | Stefan Monnier | 2004-10-12 | 1 | -3/+5 | |
| | ||||||
* | (kill-backward-up-list): New function. | Eli Zaretskii | 2004-09-04 | 1 | -0/+14 | |
| | ||||||
* | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-09-02 | 1 | -2/+4 | |
| | | | | Do not push mark if inhibit-mark-movement is non-nil. | |||||
* | (insert-pair-alist): New var. | Juri Linkov | 2004-05-28 | 1 | -26/+67 | |
| | | | | | | | (insert-pair): Make arguments optional. Find character pair from `insert-pair-alist' according to the last input event. (insert-parentheses): Make arguments optional. (raise-sexp, delete-pair): New funs. | |||||
* | (mark-defun, narrow-to-defun): If moving back then fwd gets a defun | Richard M. Stallman | 2004-05-22 | 1 | -15/+46 | |
| | | | | that ends before point, try again moving fwd then back. | |||||
* | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-05-01 | 1 | -17/+40 | |
| | | | | | | | | | Push mark on the first call of successive command calls. (insert-pair): New fun created from `insert-parentheses' with `open' and `close' arguments added. Enclose active regions in paired characters. Compare adjacent characters syntax with inserted characters syntax before inserting a space. (insert-parentheses): Call `insert-pair' with ?\( ?\). | |||||
* | (beginning-of-defun-raw, end-of-defun): | Stefan Monnier | 2004-04-14 | 1 | -7/+15 | |
| | | | | Correctly handle negative arguments when calling hook functions. | |||||
* | (beginning-of-defun-raw, end-of-defun): | Richard M. Stallman | 2004-01-29 | 1 | -8/+17 | |
| | | | | | Iterate the hook function if arg is given. (mark-defun, narrow-to-defun): Change order of finding the limits. | |||||
* | 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. |