summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
Commit message (Collapse)AuthorAgeFilesLines
* * face-remap.el (text-scale-mode-step, buffer-face-mode-face):Juanma Barranquero2008-12-151-1/+2
| | | | | * icomplete.el (icomplete-prospects-height): * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
* (icomplete-get-keys): Doc fix. Use `when'.Juanma Barranquero2008-05-311-10/+10
|
* (icomplete-prospects-height): Add :group.Juanma Barranquero2008-05-291-1/+2
|
* (icomplete-completions): Typo.Stefan Monnier2008-05-291-1/+1
|
* (icomplete-prospects-length): Make obsolete.Stefan Monnier2008-05-291-9/+23
| | | | | (icomplete-prospects-height): New var. (icomplete-completions): Use it.
* (icomplete-eoinput): Remove.Stefan Monnier2008-05-221-31/+27
| | | | | | | | (icomplete-overlay): New var to replace it. (icomplete-tidy): Rewrite. (icomplete-exhibit): Use an overlay. (icomplete-completions): Use completion-all-sorted-completions. Obey completion-ignore-case.
* (icomplete-completions): Don't use `predicate' withStefan Monnier2008-05-201-7/+8
| | | | a table of a different type than `candidates'.
* (icomplete-simple-completing-p):Stefan Monnier2008-05-201-20/+50
| | | | | | Allow icomplete-with-completion-tables to say "use it everywhere". (icomplete-completions): Obey completion-styles. Try to accomodate partial-completion style.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (icomplete-completions): While collecting the list of prospective candidates,Juanma Barranquero2008-03-201-5/+7
| | | | don't overshoot `icomplete-prospects-length'.
* (icomplete-prospects-length, icomplete-max-delay-chars,Juanma Barranquero2008-03-201-7/+7
| | | | | | | | icomplete-show-key-bindings, icomplete-minibuffer-setup-hook): Remove spurious * from defcustom docstrings. (icomplete-compute-delay): Fix docstring and remove spurious *. (icomplete-delay-completions-threshold): Fix typo in docstring and remove spurious *.
* (icomplete-completions): Remove obsolete code.Juanma Barranquero2008-03-111-5/+0
|
* (icomplete-get-keys): Look up KEYS using all maps in proper buffer.Richard M. Stallman2008-01-181-2/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-2/+3
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (icomplete-tidy, icomplete-exhibit): Bind deactivate-mark to nil.Eli Zaretskii2007-03-101-2/+4
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (icomplete-tidy, icomplete-exhibit): Check thatKim F. Storm2006-11-281-2/+2
| | | | icomplete-mode is enabled.
* * icomplete.el (icomplete-simple-completing-p): Use the correctChong Yidong2006-09-241-2/+1
| | | | | name for the new variable, `icomplete-with-completion-tables'. (file local variables): Remove superfluous setting.
* 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>Chong Yidong2006-09-231-2/+10
| | | | | | | | | * icomplete.el (icomplete-with-completion-tables): List of specialized completion tables with which icomplete should operate. Include the new `internal-complete-buffer', so icomplete works with interactive buffer-selection. (icomplete-simple-completing-p): Add acceptance of specialized completion tables listed in icomplete-with-completion-tables.
* (icomplete-get-keys): Use `t' for the second arg `visible-ok'Juri Linkov2006-02-171-1/+1
| | | | of `other-buffer' to find the right original buffer.
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (hack-local-variables-prop-line): Return a list of variable-value pairs if MODE-ONLY is non-nil. (hack-local-variables): Construct list of variable-value pairs, and apply or reject them in one go. Ask for confirmation if variables are not known safe. (hack-local-variables-confirm): Complete rewrite. Support `safe-local-variable-values'. (enable-local-variables): Update docstring to reflect new behavior. (ignored-local-variables): Ignore ignored-local-variables and safe-local-variable-values. (safe-local-variable-p): New function. (risky-local-variable-p): `safe-local-variable' property check moved to safe-local-variable-p. (hack-one-local-variable): Checks moved to hack-local-variables. (byte-compile-dynamic, c-basic-offset, c-file-style, c-indent-level, comment-column, fill-column, fill-prefix, indent-tabs-mode, kept-new-versions, no-byte-compile, no-update-autoloads, outline-regexp, page-delimiter, paragraph-start, paragraph-separate, sentence-end, sentence-end-double-space tab-width, version-control): Add `safe-local-variable' property. * find-lisp.el: Delete nonexistent `autocompile' file variable. * icomplete.el, play/landmark.el: Change nonexistent `outline-layout' file variable to `allout-layout'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (icomplete-exhibit): Adapt to new while-no-input calling convention.Richard M. Stallman2005-08-091-6/+8
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (icomplete-simple-completing-p): Don't turn on icompleteStefan Monnier2005-03-231-0/+1
| | | | if there's no completion table.
* Don't forcibly turn on the mode upon load.Stefan Monnier2005-03-211-95/+57
| | | | | | | | | | | | | | | (icomplete-mode): Use define-minor-mode. (icomplete-eoinput): Default to nil. (icomplete-minibuffer-setup): Remove autoload. (icomplete-tidy): Simplify. (icomplete-exhibit): Use buffer-undo-list to determine if we're still in the initial state or if the user has modified the field. Fix handling of icomplete-max-delay-chars. Remove code that handles the oddball case where minibuffer-completion-table is an integer. Wrap icomplete-completions in while-no-input in case building completions takes more time than expected. (icomplete-completions): Simplify.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (icomplete-exhibit): Use minibuffer-prompt-end.Richard M. Stallman2002-02-261-1/+1
|
* (icomplete-minibuffer-setup): Remove make-local-hook.Pavel Janík2001-11-261-2/+0
|
* (icomplete-exhibit): Likewise.Pavel Janík2001-11-261-1/+1
|
* (icomplete-mode): Treat an argument like otherGerd Moellmann2001-04-031-12/+14
| | | | modes do.
* (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
|