summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
Commit message (Expand)AuthorAgeFilesLines
* Add comment on fido-mode's file-sorting semanticsJoão Távora2020-01-091-0/+6
* Consider non-string minibuffer-default in icompleteJoão Távora2020-01-091-5/+6
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Don't always resort in recently introduced icomplete--sorted-completionsJoão Távora2019-12-311-30/+31
* Don't force completion recalculation in icomplete-fido-retJoão Távora2019-12-311-4/+2
* Correctly cache sorted completions in icomplete--sorted-completionsJoão Távora2019-12-311-29/+30
* Move flex style's minibuffer-default-aware sorting to lisp/icomplete.elJoão Távora2019-12-311-13/+27
* Make fido-mode behave more like ido-mode when finding directoriesJoão Távora2019-12-311-2/+19
* Slightly simplify lisp/icomplete.el with new icomplete--category helperJoão Távora2019-12-311-24/+15
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* * lisp/icomplete.el (icomplete-fido-kill): Unbreak yes-or-no-p usageJoão Távora2019-11-191-1/+5
* Make icomplete-tidy-shadowed-file-names less aggressiveJoão Távora2019-11-151-52/+55
* Avoid fido-mode's setup on non-icomplete minibuffersJoão Távora2019-11-131-7/+8
* Add extra bindings to fido-mode.Jimmy Aguilar Mena2019-11-101-0/+5
* Revert "Nudge icomplete-mode a little closer to fido-mode"João Távora2019-11-091-13/+2
* Rename some commands to reflect they are fido-mode specificJoão Távora2019-11-091-8/+8
* Nudge icomplete-mode a little closer to fido-modeJoão Távora2019-11-081-2/+13
* Document fido-modeJoão Távora2019-11-051-7/+11
* New fido-mode, emulates ido-mode with icomplete-modeJoão Távora2019-11-051-15/+37
* Correct merge blunder in last icomplete commitJoão Távora2019-11-021-5/+1
* New icomplete-tidy-shadowed-file-names variableJoão Távora2019-11-021-39/+66
* Fix icomplete-force-complete-and-exit for no-input situationsJoão Távora2019-11-021-3/+23
* Improve fix for icomplete's backward-kill-word bug#38024João Távora2019-11-021-2/+5
* Make icomplete-exhibit actually work when navigating up directoriesJoão Távora2019-10-291-0/+2
* New commands for making icomplete behave more like idoJoão Távora2019-10-291-0/+85
* Optimize lisp/icomplete.el when default completion availableJoão Távora2019-10-271-4/+2
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-2/+2
* 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