]> git.eshelyaron.com Git - emacs.git/commit
Allow lazy highlight and match count while reading from minibuffer
authorAugusto Stoffel <arstoffel@gmail.com>
Sun, 20 Mar 2022 19:46:31 +0000 (20:46 +0100)
committerJuri Linkov <juri@linkov.net>
Sun, 20 Mar 2022 20:25:28 +0000 (22:25 +0200)
commit0f7c3f553f95939e08103adcfef2f1176d120dff
treeb90b77162b939c6fb148428e8bafb65ad7f4c7b6
parent3d204afe3c80cf4b8ab39dfbdb180884630e815b
Allow lazy highlight and match count while reading from minibuffer

* lisp/isearch.el (minibuffer-lazy-highlight-setup): New function, can
be added to 'minibuffer-setup-hook' to enable lazy highlight and count
while reading from minibuffer.
(minibuffer-lazy-count-format, minibuffer-lazy-highlight-transform,
minibuffer-lazy-highlight--overlay, minibuffer-lazy-highlight--count,
minibuffer-lazy-highlight--after-change,
minibuffer-lazy-highlight--exit): Auxiliary variables and functions
implementing the lazy highlight functionality while reading from
minibuffer.
lisp/isearch.el