diff options
author | Juri Linkov <juri@linkov.net> | 2018-10-27 23:27:54 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2018-10-27 23:27:54 +0300 |
commit | 3dd16a89bf410d77e9ddc41cbfbbd4b343928d6d (patch) | |
tree | b8ab1e8cce028a8e6726e669ec8766ed0a65a951 /lisp/emacs-lisp | |
parent | 2df74ce79b910c977167e84d4cb37ede1053663f (diff) | |
download | emacs-3dd16a89bf410d77e9ddc41cbfbbd4b343928d6d.tar.gz emacs-3dd16a89bf410d77e9ddc41cbfbbd4b343928d6d.tar.bz2 emacs-3dd16a89bf410d77e9ddc41cbfbbd4b343928d6d.zip |
* lisp/isearch.el (lazy-highlight-buffer): New defcustom. (Bug#29360)
(lazy-highlight-buffer-max-at-a-time): New defcustom.
(isearch-lazy-highlight-buffer): New defvar.
(isearch-lazy-highlight-new-loop): Don't check changes in window
boundaries when lazy-highlight-buffer is non-nil.
Move code that extends start/end to match whole string at point
here from isearch-lazy-highlight-search.
(isearch-lazy-highlight-search): Add args string and bound
like in other search functions. Move calculation of bound
to isearch-lazy-highlight-update.
(isearch-lazy-highlight-match): New function with code extracted from
isearch-lazy-highlight-update to be called also from
isearch-lazy-highlight-buffer-update.
(isearch-lazy-highlight-update): Reuse the values returned from
window-group-start and window-group-end. At the end schedule the
timer to call isearch-lazy-highlight-buffer-update when
isearch-lazy-highlight-buffer is non-nil.
(isearch-lazy-highlight-buffer-update): New function.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions