summaryrefslogtreecommitdiff
path: root/lisp/complete.el
Commit message (Expand)AuthorAgeFilesLines
* Move complete.el to lisp/obsolete.Stefan Monnier2010-04-121-1123/+0
* Fix keywords.Juri Linkov2010-03-141-0/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Replace completion-base-size by completion-base-position to fix bugsStefan Monnier2009-10-151-2/+2
* (PC-do-completion): Correct case when completion is unambiguous.Chong Yidong2009-01-281-22/+18
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (PC-do-completion): Fix leftover bug from Emacs-21 whenStefan Monnier2008-12-021-1/+2
* (PC-do-complete-and-exit): Use minibuffer-confirm-exit-commands.Chong Yidong2008-11-291-1/+1
* (PC-do-complete-and-exit): Synch to 2008-11-24 change toChong Yidong2008-11-281-1/+10
* * complete.el (PC-do-completion): Don't replace buffer contentsChong Yidong2008-09-071-8/+1
* American English spelling fix.Glenn Morris2008-06-271-3/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (PC-do-completion): Be more robust in the presence ofStefan Monnier2008-04-231-6/+10
* (PC-complete-as-file-name, PC-read-file-name-internal):Stefan Monnier2008-04-211-3/+3
* Minor re-indent.Stefan Monnier2008-04-141-5/+5
* (PC-do-completion): Use regexp-quote.Johan Bockgård2008-03-261-2/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Fix possibly buggy calls to `message'.Deepak Goel2007-12-061-4/+4
* | (PC-expand-many-files): Remove.Juanma Barranquero2007-10-221-57/+2
* | 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>Romain Francoise2007-09-061-2/+3
* | (PC-do-completion): Make RET accept a non-unique but completeMichaël Cadilhac2007-08-261-4/+4
* | (PC-lisp-complete-symbol): Complete symbol around point.Richard M. Stallman2007-08-071-16/+61
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (PC-do-complete-and-exit): Add support for the newStefan Monnier2007-07-051-3/+13
* | (partial-completion-mode): Remove advice of read-file-name-internal.Richard M. Stallman2007-07-011-22/+16
* | (PC-bindings): Don't bind things already bound in the parent keymap.Stefan Monnier2007-06-111-9/+0
|/
* (PC-goto-end, PC-do-completion-end): Make buffer-local.Glenn Morris2007-04-141-3/+7
* (PC-goto-end): New variable.Glenn Morris2007-04-141-5/+21
* (partial-completion-mode): Set PC-do-completion-end to nil after use.Glenn Morris2007-03-291-3/+14
* (PC-do-completion-end): New variable.Glenn Morris2007-03-281-2/+12
* (PC-do-completion): Compute completion-base-size inGlenn Morris2007-03-271-16/+60
* (read-file-name-internal): Don't add the final > if the completion is notStefan Monnier2007-03-211-2/+3
* (PC-do-completion): Bind dirlength to nil to avoidMartin Rudalics2007-03-101-1/+4
* (PC-do-completion): Replace first call to try-completion with newGlenn Morris2007-03-091-1/+1
* (PC-try-completion): New function.Martin Rudalics2007-03-091-4/+27
* (PC-bindings): Rebind M-TAB in read-expression-map.Chong Yidong2007-03-081-0/+4
* (PC-bindings): Remap lisp-complete-symbol toKim F. Storm2007-03-071-2/+2
* (PC-do-completion): Delete duplicates in the list of possible completions.Michaël Cadilhac2007-03-071-0/+3
* (PC-do-completion): If completion-ignore-case is non-nil, replaceChong Yidong2007-03-051-2/+9
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-051-2/+2
* (PC-do-completion): Strip out completion-ignored-extensionsStefan Monnier2006-08-071-38/+35
* (PC-expand-many-files): Avoid signalling an error whenStefan Monnier2006-08-021-0/+6
* (partial-completion-mode): In lambda forJuri Linkov2006-06-281-1/+3
* (PC-do-completion): Retain capitalization of user input, when possible, evenEli Zaretskii2006-06-231-20/+50
* (PC-do-completion): Undo the addition of implicitStefan Monnier2006-05-221-5/+13
* (partial-completion-mode): Use 'choose-completion-string-functions to makeStefan Monnier2006-04-181-27/+39