Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de. | Glenn Morris | 2011-05-12 | 1 | -3/+3 | |
|\ | ||||||
| * | * lisp/emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point): | Stefan Monnier | 2011-05-09 | 1 | -2/+3 | |
| | | | | | | | | Fix typo. | |||||
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 | |
| | | ||||||
* | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 | |
| | | ||||||
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 | |
|\| | ||||||
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-12 | 1 | -43/+43 | |
|\| | ||||||
| * | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): | Stefan Monnier | 2010-10-09 | 1 | -27/+27 | |
| | | | | | | | | Use emacs-lisp-mode-syntax-table for the whole function. | |||||
* | | * lisp/simple.el (blink-matching-open): Use syntax-class. | Stefan Monnier | 2010-09-20 | 1 | -4/+8 | |
| | | | | | | | | * lisp/emacs-lisp/lisp.el (up-list): Don't do nothing silently. | |||||
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 | |
| | | ||||||
* | | * lisp/emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set. | Stefan Monnier | 2010-08-17 | 1 | -1/+7 | |
| | | ||||||
* | | Merge from emacs-23 | Stefan Monnier | 2010-05-08 | 1 | -2/+3 | |
|\| | ||||||
| * | * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string. | Glenn Morris | 2010-04-20 | 1 | -1/+2 | |
| | | ||||||
* | | * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully. | Stefan Monnier | 2010-04-27 | 1 | -3/+6 | |
| | | ||||||
* | | (lisp-completion-at-point): Try and handle errors. | Stefan Monnier | 2010-04-21 | 1 | -10/+14 | |
| | | ||||||
* | | (lisp-completion-at-point): Complete around point. | Stefan Monnier | 2010-04-20 | 1 | -8/+16 | |
|/ | | | | | I.e. include text after point in the completion region. Also, return nil when we're not after/in a symbol. | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 | |
| | ||||||
* | * minibuffer.el (completion-at-point-functions): New var. | Stefan Monnier | 2009-12-07 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | (completion-at-point): New command. * indent.el (indent-for-tab-command): Handle the new `complete' behavior. * progmodes/python.el (python-mode-map): Use completion-at-point. (python-completion-at-point): Rename from python-partial-symbol and adjust for use in completion-at-point-functions. (python-mode): Setup completion-at-point for Python completion. * emacs-lisp/lisp.el (lisp-completion-at-point): New function extracted from lisp-complete-symbol. (lisp-complete-symbol): Use it. * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode, setup completion-at-point for Elisp completion. (emacs-lisp-mode-map, lisp-interaction-mode-map): Use completion-at-point. * ielm.el (ielm-map): Use completion-at-point. (inferior-emacs-lisp-mode): Setup completion-at-point for Elisp completion. * progmodes/sym-comp.el: Move to... * obsolete/sym-comp.el: Move from progmodes. | |||||
* | * abbrev.el (abbrev-with-wrapper-hook): (re)move... | Stefan Monnier | 2009-11-19 | 1 | -9/+3 | |
| | | | | | | | | * simple.el (with-wrapper-hook): ...to here. Add argument `args'. * minibuffer.el (completion-in-region-functions): New hook. (completion-in-region): New function. * emacs-lisp/lisp.el (lisp-complete-symbol): * pcomplete.el (pcomplete-std-complete): Use it. | |||||
* | (lisp-complete-symbol): Use minibuffer-complete. | Stefan Monnier | 2009-08-30 | 1 | -79/+36 | |
| | ||||||
* | (field-complete): Use minibuffer-complete. | Stefan Monnier | 2009-08-30 | 1 | -37/+10 | |
| | ||||||
* | Remove leading * from defcustom docs. | Glenn Morris | 2009-07-22 | 1 | -1/+1 | |
| | ||||||
* | (end-of-defun-function): Make it more clear that | Stefan Monnier | 2009-03-03 | 1 | -1/+2 | |
| | | | | the function takes no argument. | |||||
* | (beginning-of-defun): Fix harmless paren typo. | Stefan Monnier | 2009-02-19 | 1 | -1/+2 | |
| | ||||||
* | (end-of-defun): Consider the ".*\n" after the end of | Stefan Monnier | 2009-02-19 | 1 | -0/+8 | |
| | | | | the function as being part of the function. | |||||
* | (end-of-defun-function): Docstring fix. | Stefan Monnier | 2009-02-14 | 1 | -2/+3 | |
| | ||||||
* | (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw. | Stefan Monnier | 2009-02-12 | 1 | -44/+30 | |
| | ||||||
* | (end-of-defun): Don't skip to next line after | Stefan Monnier | 2009-02-12 | 1 | -6/+8 | |
| | | | | calling end-of-defun-function if it already moved to BOL. | |||||
* | Add "^" to interactive spec of sexp movement commands | Miles Bader | 2009-02-04 | 1 | -10/+10 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534 | |||||
* | (end-of-defun): Protect against infloops (Bug#2106). | Chong Yidong | 2009-01-31 | 1 | -11/+21 | |
| | ||||||
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 1 | -1/+1 | |
| | ||||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fix typo in previous commit. | Juanma Barranquero | 2008-11-26 | 1 | -1/+1 | |
| | ||||||
* | (forward-sexp, backward-sexp, mark-sexp) | Alan Mackenzie | 2008-11-26 | 1 | -14/+29 | |
| | | | | | | | (forward-list, backward-list, down-list, backward-up-list) (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list) (insert-pair, insert-parentheses): State that the command assumes that point is not in a string or comment. | |||||
* | 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. |