]> git.eshelyaron.com Git - emacs.git/commit
Highlight previously used completions (à la visited links)
authorEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 06:54:03 +0000 (07:54 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 07:28:52 +0000 (08:28 +0100)
commit15e9910aa31b7840e289b753ca5e086ea7238aa5
tree66a6058593e794a353cca4427af329b23ad886e2
parent2691c1c7defed85efb65054c082d65151c2373f6
Highlight previously used completions (à la visited links)

* lisp/minibuffer.el (completions-previous-input): New face.
(completions-highlight-previous-inputs): New user option.
(minibuffer-completion-help): Highlight completion candidates that
occur in the minibuffer history, optionally.

* doc/emacs/mini.texi (Completion Options): Document new feature.

* etc/NEWS: Announce it.
doc/emacs/mini.texi
etc/NEWS
lisp/minibuffer.el