]> git.eshelyaron.com Git - emacs.git/commit
Improve invisibility handling in isearch-lazy-highlight (bug#40808)
authorJuri Linkov <juri@linkov.net>
Mon, 20 Nov 2023 17:57:57 +0000 (19:57 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 20 Nov 2023 17:57:57 +0000 (19:57 +0200)
commit9d292262f55cd016a1a59f4d4ef31446bb2ba9c6
treef7def64147b0769a09687741c4df871e8d1a5a2f
parent5024ee1ad18904bc0a0e7a8f740164157649af5e
Improve invisibility handling in isearch-lazy-highlight (bug#40808)

* lisp/isearch.el (isearch-lazy-highlight-invisible): New variable.
(isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search)
(isearch-lazy-highlight-match, isearch-lazy-highlight-buffer-update): Use it.

* lisp/replace.el (replace-highlight): Let-bind isearch-invisible
to search-invisible.

* test/lisp/isearch-tests.el (isearch--test-invisible): New test.
lisp/isearch.el
lisp/replace.el
test/lisp/isearch-tests.el