summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
Commit message (Expand)AuthorAgeFilesLines
* Rework last commit to icomplete and minibuffer.el.Stefan Monnier2019-01-231-11/+2
* Force completion in icomplete with C-M-i, but don't cycle (bug#34077)João Távora2019-01-231-1/+16
* Simplify ignored extensions filtering in Icomplete (bug#34070)João Távora2019-01-171-12/+22
* Revert "Fix icomplete's cycling when filename filtering kicks in"João Távora2019-01-171-12/+5
* Fix icomplete's cycling when filename filtering kicks inJoão Távora2019-01-141-5/+12
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Give a fixed default value for icomplete-prospects-height (Bug#26939)Noam Postavsky2017-06-141-9/+6
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Make icomplete respect `completion-ignored-extensions'Drew Adams2016-04-281-0/+3
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* New command icomplete-force-complete-and-exitDmitry Gutov2015-05-191-3/+13
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* * lisp/icomplete.el: Move Iswitchb autoload here. Much simpler.Stefan Monnier2014-10-061-0/+13
* lisp/icomplete.el (icomplete-completions): Follow-up to 2014-03-01T01:25:29Z!...Juanma Barranquero2014-03-031-1/+1
* lisp/icomplete.el, lisp/ido.el: Doc fixes.Juanma Barranquero2014-03-031-20/+20
* lisp/icomplete.el (icomplete-completions): Use string-width.Juanma Barranquero2014-03-021-2/+2
* lisp/icomplete.el: Use "..." when U+2026 cannot be displayed.Juanma Barranquero2014-03-011-3/+4
* Some icomplete docGlenn Morris2014-02-121-34/+37
* (icomplete-simple-completing-p): Mention the previous variable.Lars Ingebrigtsen2014-02-081-1/+2
* * icomplete.el (icomplete-with-completion-tables): Doc fix.Lars Ingebrigtsen2014-02-081-2/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/icomplete.el (icomplete-show-matches-on-no-input): Default to nil.Stefan Monnier2013-12-271-1/+1
* Change icomplete to display completions on initial inputDaniel Colascione2013-12-231-14/+15
* Move provide to end of file for icompleteDaniel Colascione2013-12-231-4/+3
* * lisp/icomplete.el (icomplete-completions): Make sure the prefix is alreadyStefan Monnier2013-12-141-9/+13
* * lisp/icomplete.el (icomplete-with-completion-tables): Add :version.Johan Bockgård2013-10-191-0/+1
* * lisp/icomplete.el (icomplete-in-buffer): New var.Stefan Monnier2013-09-161-57/+96
* * lisp/minibuffer.el: Make minibuffer-complete call completion-in-regionStefan Monnier2013-09-061-8/+16
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Fix bug#13708Jambunathan K2013-02-161-2/+2
* * lisp/icomplete.el (icomplete-hide-common-prefix): New user option.Jambunathan K2013-02-131-15/+48
* * lisp/icomplete.el (icomplete-forward-completions)Jambunathan K2013-02-081-3/+4
* icomplete-prospects-height fix (tiny change)Wesley Dawson2013-01-041-3/+7
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * lisp/icomplete.el (icomplete-completions): Also use … to truncate prefix.Stefan Monnier2012-12-171-2/+4
* | Defcustom :version fixesGlenn Morris2012-11-301-1/+1
* | * lisp/icomplete.el: Change separator; add ido-style commands.Jambunathan K2012-11-291-46/+61
|/
* * lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions):Stefan Monnier2012-06-221-4/+5
* * lisp/icomplete.el (icomplete-completions): Replace last fix.Stefan Monnier2012-02-231-11/+11
* Check FROM arg to substring in icomplete-completionsLeo Liu2012-02-201-1/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-3/+4
* Fix previous fix of Bug#5849.Johan Bockgård2011-09-181-5/+3