]> git.eshelyaron.com Git - emacs.git/commit
New command 'minibuffer-narrow-completions-to-history'
authorEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 19:38:13 +0000 (20:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 19:38:13 +0000 (20:38 +0100)
commitd49631814aabd1f53b2d6e24d3b58d65184e759c
tree72490464be68f1b2aa63d925139e4581cbd08546
parentd9a9aa0d36289be011516fe22c69068009a8a848
New command 'minibuffer-narrow-completions-to-history'

This command filters completions by whether or not they appear in the
minibuffer history list.

* lisp/minibuffer.el (minibuffer-narrow-completions-to-history): New
command.
(minibuffer-narrow-completions-map): Bind it to 'C-x n h'.

* doc/emacs/mini.texi (Completion Commands, Narrow Completions):
Document it.
doc/emacs/mini.texi
lisp/minibuffer.el