]> git.eshelyaron.com Git - emacs.git/commit
Improve completion-list-mode-map
authorGregory Heytings <gregory@heytings.org>
Tue, 25 May 2021 04:38:15 +0000 (06:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 25 May 2021 04:38:15 +0000 (06:38 +0200)
commitde9a11255d34a2635e61b150725cef242077bd06
treedcb2771b092aea454597c90722a0d9cb56b54dc2
parent1fa58c548ae7c00550aef4f49d02dbe93b1ddf5f
Improve completion-list-mode-map

* doc/emacs/mini.texi (Completion Commands): Mention it.

* lisp/minibuffer.el (minibuffer-local-completion-map): Add the M-g key
for switch-to-completion (bug#47699).

* lisp/simple.el (completion-list-mode-map): Make special-mode-map its
parent, unbind the 'g' revert key, add the 'n' and 'p' keys for
next-completion and previous-completion, and the M-g key for
switch-to-minibuffer.
(switch-to-minibuffer): New function.
doc/emacs/mini.texi
etc/NEWS
lisp/minibuffer.el
lisp/simple.el