]> git.eshelyaron.com Git - emacs.git/commit
Change icomplete-show-matches-on-no-input behaviour for Icomplete only
authorJoão Távora <joaotavora@gmail.com>
Sun, 6 Sep 2020 18:03:52 +0000 (19:03 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 8 Sep 2020 08:47:48 +0000 (09:47 +0100)
commit0fb54254423cd62aea12ab3c76c1da6912e988e1
tree9532f93cd980ff2d37d308fa7aeef24a5f202ce5
parent627e9c191ea57fa7ba69f30a98207c782b84bcdd
Change icomplete-show-matches-on-no-input behaviour for Icomplete only

Fixes: bug#19032, bug#43120
Previous fixes to bug#19032 introduced bugs in Fido mode.  This fix
relies on a new command bound to RET.

* etc/NEWS (Miscellaneous): Mention icomplete-show-matches-on-no-input.

* lisp/icomplete.el (icomplete-show-matches-on-no-input): Add comment.
(icomplete-minibuffer-map): Rebind minibuffer-complete-and-exit to
icomplete-ret.
(icomplete-ret): New command.
etc/NEWS
lisp/icomplete.el