aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/complete.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (PC-expand-many-files): Try be more careful when parsing the shell's output.Stefan Monnier2006-03-061-7/+20
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (PC-do-completion): Remove `(equal (point) beg)' toJuri Linkov2005-12-161-3/+2
* (partial-completion-mode): Doc fix.Richard M. Stallman2005-12-161-5/+4
* (PC-completion-as-file-name-predicate): Use minibuffer-completing-file-name.Stefan Monnier2005-11-271-35/+22
* (partial-completion-mode): Mention completion-auto-help in the doc string.Eli Zaretskii2005-11-191-1/+8
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (PC-read-include-file-name-internal): Use test-completion.Stefan Monnier2005-03-281-3/+2
* * complete.el, thumbs.el: Replace `legal' with `valid'.Werner LEMBERG2005-03-251-2/+2
* (PC-is-complete-p): delete.Luc Teirlinck2003-12-231-17/+3
* (PC-do-completion): Do not forget to use `pred' as the default-directoryStefan Monnier2003-10-201-2/+6
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (PC-do-completion): Do not add wildcards to pattern unless filename isNoah Friedman2002-12-021-16/+17
* (PC-do-completion): Make partial-completion workStefan Monnier2002-11-081-5/+12
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
* (partial-completion-mode): Doc fix.Richard M. Stallman2001-02-101-2/+2
* (partial-completion-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
* (partial-completion-mode) <defcustom>: Remove.Stefan Monnier2000-09-291-80/+52
* (PC-env-vars-alist): New variable.Gerd Moellmann2000-06-151-19/+55
* (PC-look-for-include-file): Use :alnum: character class.Dave Love2000-05-221-1/+2
* (PC-do-complete-and-exit): use minibuffer-prompt-end toStefan Monnier1999-11-191-1/+1
* (PC-do-completion): Use minibuffer-prompt-end toGerd Moellmann1999-11-031-2/+2
* (PC-do-completion): If completing on file name,Eli Zaretskii1999-08-091-1/+5
* Delete the wildcard expansion featureKarl Heuer1999-04-261-79/+6
* (partial-completion-mode): Doc fix.Karl Heuer1999-03-301-2/+2
* (partial-completion-mode): Doc fix.Karl Heuer1999-03-211-3/+4
* (PC-do-completion): Exclude ./ and ../ from completion.Richard M. Stallman1998-08-131-1/+3
* (PC-first-char): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
* *** empty log message ***Dan Nicolaescu1998-05-261-2/+3
* Comment changes.Richard M. Stallman1998-05-191-2/+2
* (PC-expand-many-files): Apply completion-ignored-extensions.Karl Heuer1998-03-231-2/+16
* (PC-try-load-many-files): Load files in reverseRichard M. Stallman1998-01-221-3/+4
* customise & make installation/deinstallation happen on mode command not file ...Simon Marshall1997-07-251-105/+193
* (PC-try-load-many-files): Set truename.Richard M. Stallman1997-04-101-1/+5