diff options
author | Juri Linkov <juri@linkov.net> | 2017-02-22 01:22:18 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2017-02-22 01:22:18 +0200 |
commit | f2191691d4e814d38369053cdec428ee2142ab18 (patch) | |
tree | 1038df189dd5ff5c4687589f9388bdfe4a2195e7 /lisp/emacs-lisp | |
parent | 217eaf6932f68049e8f7f207b153c09ca85c7032 (diff) | |
download | emacs-f2191691d4e814d38369053cdec428ee2142ab18.tar.gz |
Avoid flicker in lazy-highlight by doing all updates without redisplay.
* lisp/isearch.el (lazy-highlight-max-at-a-time):
Change default value from 20 to nil to not trigger redisplay
between updating iterations.
(lazy-highlight-cleanup): New arg ‘procrastinate’ to not remove
overlays when non-nil.
(isearch-lazy-highlight-new-loop): Call lazy-highlight-cleanup
with non-nil second arg when the search string is not empty.
Run timer with isearch-lazy-highlight-start instead of
isearch-lazy-highlight-update.
(isearch-lazy-highlight-start): New function. (Bug#25751)
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions