aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/icomplete.el
Commit message (Collapse)AuthorAgeFilesLines
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-291-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-31/+32
|
* (icomplete-simple-completing-p, icomplete-completions):Karl Heuer1996-01-041-3/+3
| | | | Doc fix.
* Comment change.Richard M. Stallman1995-10-301-7/+6
|
* (icomplete-minibuffer-setup): Use make-local-hookRichard M. Stallman1995-08-221-17/+15
| | | | and add and remove hooks locally.
* Comment change.Richard M. Stallman1995-03-161-5/+0
|
* Major rewrite to behave more like a minor mode.Richard M. Stallman1994-09-181-162/+193
| | | | | | | | | | | | | | | | | | | | Doc fixes. (icomplete-mode): New function and var. (icomplete-minibuffer-setup-hook): New hook. (icomplete-inhibit): Defunct. Using icomplete-pre-command-hook, icomplete-post-command-hook as real hook functions. (icomplete-simple-completing-p): Subsumes icomplete-window-minibuffer-p plus other stuff, determines whether simple completion is active. (icomplete-window-minibuffer-p): Defunct, see above. (icomplete-minibuffer-setup): Use icomplete-simple-completing-p, copy-sequence hooks before adding to them, run hooks properly. (icomplete-tidy): Changed from misnamed icomplete-pre-command-hook; use icomplete-simple-completing-p. (icomplete-exhibit): Changed from misnamed icomplete-post-command-hook; use icomplete-simple-completing-p. (icomplete-completions): Changed from old, misnamed icomplete-exhibit; combined with old misnamed icomplete-prompt.
* (icomplete-prime-minibuffer): Copy the hook lists after making them local.Richard M. Stallman1994-08-031-3/+5
|
* (icomplete-pre-command-hook): Reconciled with keyboard macro operation.Richard M. Stallman1993-12-301-55/+72
| | | | | | | (icomplete-post-command-hook): Likewise. (window-minibuffer-p): Cleaned up according to suggestion from Richard Mlynarik. General rectification of doc strings and comments.
* Initial revisionRichard M. Stallman1993-11-241-0/+244