summaryrefslogtreecommitdiff
path: root/lisp/complete.el
Commit message (Collapse)AuthorAgeFilesLines
* (PC-is-complete-p): delete.Luc Teirlinck2003-12-231-17/+3
| | | | | (PC-do-completion): Replace all calls to `PC-is-complete-p' with calls to `test-completion'.
* (PC-do-completion): Do not forget to use `pred' as the default-directoryStefan Monnier2003-10-201-2/+6
| | | | when completing file names.
* 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
| | | | non-nil.
* (PC-do-completion): Make partial-completion workStefan Monnier2002-11-081-5/+12
| | | | with incomplete directory names.
* 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
| | | | | | | | (partial-completion-mode): Use define-minor-mode. (PC-do-completion): Understand `completion-auto-help = delay' to mean to popup the completion buffer only the second time. (PC-include-file-all-completions, PC-include-file-all-completions) (PC-include-file-all-completions): Don't quote lambda.
* (PC-env-vars-alist): New variable.Gerd Moellmann2000-06-151-19/+55
| | | | | | | (PC-complete-as-file-name): New function. (partial-completion-mode): Initialize PC-env-vars-alist from process-environment. (PC-do-completion): Handle completion of env vars.
* (PC-look-for-include-file): Use :alnum: character class.Dave Love2000-05-221-1/+2
| | | | (partial-completion-mode): Add autoload cookie.
* (PC-do-complete-and-exit): use minibuffer-prompt-end toStefan Monnier1999-11-191-1/+1
| | | | detect an empty prompt.
* (PC-do-completion): Use minibuffer-prompt-end toGerd Moellmann1999-11-031-2/+2
| | | | | find the start of the text. Use field-string to read the user input.
* (PC-do-completion): If completing on file name,Eli Zaretskii1999-08-091-1/+5
| | | | reproduce str by concatenating its directory and basename parts.
* Delete the wildcard expansion featureKarl Heuer1999-04-261-79/+6
| | | | | | | | | | | since that is now standard in find-file. (PC-try-load-many-files): Function deleted. (PC-after-load-many-files): Function deleted. (PC-many-files-list): Variable deleted. (PC-disable-wildcards): Variable deleted. (partial-completion-mode): Don't enable the wildcard feature. (PC-look-for-include-file): Don't set global variables `error', `buf' and `filename' here.
* (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
| | | | order so they come in the right order in the buffer list.
* customise & make installation/deinstallation happen on mode command not file ↵Simon Marshall1997-07-251-105/+193
| | | | load.
* (PC-try-load-many-files): Set truename.Richard M. Stallman1997-04-101-1/+5
|
* (PC-do-completion): Remove text properties fromKarl Heuer1996-12-051-4/+5
| | | | completions; also use string-equal instead of equal.
* (PC-complete): When command is repeated,Richard M. Stallman1996-07-301-1/+15
| | | | scroll the completion buffer.
* Fixed up initial lineErik Naggum1996-05-201-1/+1
|
* (PC-completion-as-file-name-predicate):Richard M. Stallman1996-03-061-5/+9
| | | | | Replace PC-do-completion-filename-completers. (PC-do-completion): Use that.
* (PC-do-completion-filename-completers): New variable.Richard M. Stallman1996-03-051-2/+6
| | | | (PC-do-completion): Use it.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Comment change.Richard M. Stallman1995-10-301-1/+1
|
* Add Keywords: comment header for finder.el.Roland McGrath1995-04-181-0/+1
|
* (PC-do-completion): If complete but not unique,Richard M. Stallman1994-12-151-12/+12
| | | | | the second time in a row, give a list of completions. (PC-do-complete-and-exit, PC-do-completion): Use [...] in messages.
* (PC-do-completion): Set completion-base-size.Richard M. Stallman1994-08-071-1/+15
|
* Comment change.Richard M. Stallman1994-06-171-2/+2
|
* (PC-do-completion): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* (PC-do-completion): Clear text props from inserted text.Richard M. Stallman1994-06-051-4/+6
|
* Doc fix.Richard M. Stallman1994-05-221-1/+1
|
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-13/+11
|
* Initial revisionJim Blandy1993-06-141-0/+859