Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert last change. | Chong Yidong | 2008-08-15 | 1 | -3/+1 |
| | |||||
* | (lisp-complete-symbol): Supply match-size to display-completion-list. | Chong Yidong | 2008-08-14 | 1 | -10/+11 |
| | |||||
* | (beginning-of-defun): Doc fix. | Chong Yidong | 2008-08-11 | 1 | -16/+21 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | (lisp-complete-symbol): | Juri Linkov | 2008-03-22 | 1 | -1/+3 |
| | | | | | Use `minibuffer-message' to display message "No completions of %s" when this command is called in the minibuffer. | ||||
* | (parens-require-spaces): Doc fix. | Chong Yidong | 2008-03-05 | 1 | -1/+2 |
| | | | | Reported by Drew Adams <drew.adams@oracle.com>. | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (end-of-defun): Restructure so that end-of-defun-function is called | Stefan Monnier | 2007-11-26 | 1 | -49/+77 |
| | | | | | | | | | | consistently, even for negative arguments. (end-of-defun-function): Default to forward-sexp. | ||||
* | | (beginning-of-defun-raw): Pass `arg' down to beginning-of-defun-function. | Stefan Monnier | 2007-11-22 | 1 | -9/+20 |
|/ | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (lisp-complete-symbol): Make get-buffer-window find windows in other frames. | Stefan Monnier | 2007-03-28 | 1 | -2/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (beginning-of-defun-raw): Optimise (for speed) the case when | Chong Yidong | 2006-12-17 | 1 | -42/+61 |
| | | | | | open-paren-in-column-0-is-defun-start is nil. Based on code by Martin Rudalics. | ||||
* | Update copyright years. | Glenn Morris | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | 2006-11-08 Alan Mackenzie <acm@muc.de> | Alan Mackenzie | 2006-11-08 | 1 | -11/+53 |
| | | | | | | * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case (eq open-paren-in-column-0-is-defun-start nil) by searching for least nested open-paren. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (lisp-complete-symbol): Don't print progress messages if in the | Romain Francoise | 2005-12-22 | 1 | -22/+27 |
| | | | | minibuffer. | ||||
* | (lisp-complete-symbol): Mostly undo the change by Kevin Rodgers. | Stefan Monnier | 2005-12-22 | 1 | -6/+9 |
| | | | | Instead, just hide the completions buffer if we don't need to show it. | ||||
* | (lisp-complete-symbol): Don't call delete-windows-on with an inexistent buffer. | Stefan Monnier | 2005-12-21 | 1 | -2/+3 |
| | |||||
* | (lisp-complete-symbol): Regenerate the completion list, even after a partial | Eli Zaretskii | 2005-12-10 | 1 | -5/+8 |
| | | | | | | completion has been inserted in the current buffer. If there are more than 1 completion, redisplay the *Completions* buffer; if the completion is unique, delete the *Completions* window. | ||||
* | * message.el (message-expand-group): Pass the common | Masatake YAMATO | 2005-10-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (check-parens): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | (check-parens): Fix docstring. | Lute Kamstra | 2005-05-18 | 1 | -4/+5 |
| | |||||
* | (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun) | Luc Teirlinck | 2005-04-08 | 1 | -10/+10 |
| | | | | (insert-parentheses): Doc fixes. | ||||
* | (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 |
| |