summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't show matches with no input for nil icomplete-show-matches-on-no-inputJuri Linkov2020-12-141-6/+14
* Prefer setq-local in most filesStefan Kangas2020-12-091-2/+2
* Clarify icomplete-show-matches-on-no-input doc stringLars Ingebrigtsen2020-12-071-1/+1
* Revert "Clarify icomplete-show-matches-on-no-input doc string"Lars Ingebrigtsen2020-12-071-6/+1
* Clarify icomplete-show-matches-on-no-input doc stringLars Ingebrigtsen2020-12-041-1/+6
* Fix up fix for bug#19032João Távora2020-09-091-1/+1
* Change icomplete-show-matches-on-no-input behaviour for Icomplete onlyJoão Távora2020-09-081-1/+15
* Revert two commits for bug#19032João Távora2020-09-081-9/+2
* Better explain behaviour of icomplete--sorted-completionsJoão Távora2020-09-071-16/+53
* Don't resort Icomplete candidates when default already on topJoão Távora2020-09-061-8/+13
* Fix up previous icomplete-show-matches-on-no-input changeLars Ingebrigtsen2020-09-051-1/+1
* Change icomplete-show-matches-on-no-input behaviorLars Ingebrigtsen2020-08-141-2/+9
* Delete, don't kill, dir dir fragments in icomplete-fido-backward-updirJoão Távora2020-06-131-1/+4
* Have Fido mode also imitate Ido mode in ignore-case optionsJoão Távora2020-06-051-1/+4
* Correct Fido-mode's backspacing of directories with spacesJoão Távora2020-04-161-1/+1
* Default completion-flex-nospace to nilJoão Távora2020-04-151-0/+1
* Let fido-mode users force a minibuffer-exitJoão Távora2020-03-071-4/+8
* icomplete-fido-exit: New command for the M-j bindingDmitry Gutov2020-03-071-1/+8
* minibuffer-force-complete-and-exit: Allow input with no matchesDmitry Gutov2020-03-071-1/+1
* 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