]> git.eshelyaron.com Git - emacs.git/commit
Optionally highlight non-matching part on completion input
authorEshel Yaron <me@eshelyaron.com>
Sat, 17 Feb 2024 12:28:13 +0000 (13:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Feb 2024 12:28:13 +0000 (13:28 +0100)
commitd9eb00336404d6ac112f0218c90d6bbc381f5686
tree704322344651011f50c9fbf5a15b8f745c44d3dc
parent2da6bee85043519393a936d10f1706c443c1389d
Optionally highlight non-matching part on completion input

* lisp/minibuffer.el (minibuffer-completing-remote-file-p)
(minibuffer-not-completing-remote-file-p): New functions.
(minibuffer-completion-fail): New face.
(minibuffer-pulse-failing-completion): New user option.
(completion--fail): Respect it.

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

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