Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (PC-is-complete-p): delete. | Luc Teirlinck | 2003-12-23 | 1 | -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-directory | Stefan Monnier | 2003-10-20 | 1 | -2/+6 |
| | | | | when completing file names. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (PC-do-completion): Do not add wildcards to pattern unless filename is | Noah Friedman | 2002-12-02 | 1 | -16/+17 |
| | | | | non-nil. | ||||
* | (PC-do-completion): Make partial-completion work | Stefan Monnier | 2002-11-08 | 1 | -5/+12 |
| | | | | with incomplete directory names. | ||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | (partial-completion-mode): Doc fix. | Richard M. Stallman | 2001-02-10 | 1 | -2/+2 |
| | |||||
* | (partial-completion-mode): Drop unneeded positional args. | Stefan Monnier | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | (partial-completion-mode) <defcustom>: Remove. | Stefan Monnier | 2000-09-29 | 1 | -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 Moellmann | 2000-06-15 | 1 | -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 Love | 2000-05-22 | 1 | -1/+2 |
| | | | | (partial-completion-mode): Add autoload cookie. | ||||
* | (PC-do-complete-and-exit): use minibuffer-prompt-end to | Stefan Monnier | 1999-11-19 | 1 | -1/+1 |
| | | | | detect an empty prompt. | ||||
* | (PC-do-completion): Use minibuffer-prompt-end to | Gerd Moellmann | 1999-11-03 | 1 | -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 Zaretskii | 1999-08-09 | 1 | -1/+5 |
| | | | | reproduce str by concatenating its directory and basename parts. | ||||
* | Delete the wildcard expansion feature | Karl Heuer | 1999-04-26 | 1 | -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 Heuer | 1999-03-30 | 1 | -2/+2 |
| | |||||
* | (partial-completion-mode): Doc fix. | Karl Heuer | 1999-03-21 | 1 | -3/+4 |
| | |||||
* | (PC-do-completion): Exclude ./ and ../ from completion. | Richard M. Stallman | 1998-08-13 | 1 | -1/+3 |
| | |||||
* | (PC-first-char): Use `other' widget type. | Andreas Schwab | 1998-06-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 1998-05-26 | 1 | -2/+3 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1998-05-19 | 1 | -2/+2 |
| | |||||
* | (PC-expand-many-files): Apply completion-ignored-extensions. | Karl Heuer | 1998-03-23 | 1 | -2/+16 |
| | |||||
* | (PC-try-load-many-files): Load files in reverse | Richard M. Stallman | 1998-01-22 | 1 | -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 Marshall | 1997-07-25 | 1 | -105/+193 |
| | | | | load. | ||||
* | (PC-try-load-many-files): Set truename. | Richard M. Stallman | 1997-04-10 | 1 | -1/+5 |
| | |||||
* | (PC-do-completion): Remove text properties from | Karl Heuer | 1996-12-05 | 1 | -4/+5 |
| | | | | completions; also use string-equal instead of equal. | ||||
* | (PC-complete): When command is repeated, | Richard M. Stallman | 1996-07-30 | 1 | -1/+15 |
| | | | | scroll the completion buffer. | ||||
* | Fixed up initial line | Erik Naggum | 1996-05-20 | 1 | -1/+1 |
| | |||||
* | (PC-completion-as-file-name-predicate): | Richard M. Stallman | 1996-03-06 | 1 | -5/+9 |
| | | | | | Replace PC-do-completion-filename-completers. (PC-do-completion): Use that. | ||||
* | (PC-do-completion-filename-completers): New variable. | Richard M. Stallman | 1996-03-05 | 1 | -2/+6 |
| | | | | (PC-do-completion): Use it. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | Add Keywords: comment header for finder.el. | Roland McGrath | 1995-04-18 | 1 | -0/+1 |
| | |||||
* | (PC-do-completion): If complete but not unique, | Richard M. Stallman | 1994-12-15 | 1 | -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. Stallman | 1994-08-07 | 1 | -1/+15 |
| | |||||
* | Comment change. | Richard M. Stallman | 1994-06-17 | 1 | -2/+2 |
| | |||||
* | (PC-do-completion): Likewise. | Richard M. Stallman | 1994-06-10 | 1 | -1/+1 |
| | |||||
* | (PC-do-completion): Clear text props from inserted text. | Richard M. Stallman | 1994-06-05 | 1 | -4/+6 |
| | |||||
* | Doc fix. | Richard M. Stallman | 1994-05-22 | 1 | -1/+1 |
| | |||||
* | Fix copying conditions for current GPL version. | Richard M. Stallman | 1994-04-07 | 1 | -13/+11 |
| | |||||
* | Initial revision | Jim Blandy | 1993-06-14 | 1 | -0/+859 |