aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/icomplete.el
Commit message (Collapse)AuthorAgeFilesLines
* (icomplete-minibuffer-setup-hook): Doc fix.Eli Zaretskii2001-01-221-4/+4
|
* Fix header for Finder.Dave Love2000-05-241-1/+1
|
* (icomplete-exhibit): Adapt to prompt in buffer.Gerd Moellmann1999-12-281-1/+1
|
* Update copyright.Gerd Moellmann1999-11-211-1/+1
|
* (icomplete-completions): Use an explicit variableGerd Moellmann1999-11-211-89/+67
| | | | | `icomplete-prospects-length', obviating the need to use an apparently faulty throw/catch arrangement.
* (icomplete-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (icomplete-mode): Doc fix.Karl Heuer1999-03-301-2/+3
|
* Fix synopsis line.Dave Love1998-04-281-1/+1
|
* Fix header line.Dave Love1998-04-051-1/+1
|
* Customized.Stephen Eglen1998-01-241-26/+58
|
* Don't call icomplete-mode; let the user do that.Richard M. Stallman1997-06-151-27/+14
| | | | | | | | (icomplete-show-key-bindings): Doc fix. (icomplete-mode): Doc fix. (icomplete-get-keys): Make it actually work. (icomplete-mode): Doc fix. (icomplete-completions): Doc fix.
* Comment changes.Richard M. Stallman1997-05-311-5/+1
|
* Integrated Emacs 19.34 and XEmacs 19.15Karl Heuer1997-05-291-48/+133
| | | | | | | | | | | | | | | | | corrections (typos, style, command revisions, etc). Integrated hacked up XEmacs immediate keybindings display. See `icomplete-show-key-bindings', `icomplete-get-keys', and `icomplete-completions'. Doesn't work with mainline GNU Emacs 19.34 (because the cmdloop doesn't set owindow, and the current-local-map doesn't take optional buffer arg), so feature is, by default, inhibited unless we're running in XEmacs. (icomplete-get-keys): Return keys bound to func name in buffer "owindow" - since "owindow" is calling-buffer history present only in XEmacs, this function is only useful in XEmacs. (icomplete-max-delay-chars, icomplete-compute-delay): New vars. (icomplete-delay-completions-threshold): New var. These customize the delay behavior, so that completions don't intrude as quickly for short input.
* 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