]> git.eshelyaron.com Git - emacs.git/commit
Add match-data to isearch state and repeat faces to highlight group matches
authorJuri Linkov <juri@linkov.net>
Tue, 6 Oct 2020 20:14:26 +0000 (23:14 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 6 Oct 2020 20:14:26 +0000 (23:14 +0300)
commit46aa145d3906d21b4eb0e088c6325967c1579f3d
tree6a644fdff245b2991ec54191b4d52716f51a8f0a
parentec705a6c3485b508b64981bd5a7fd3a60611357d
Add match-data to isearch state and repeat faces to highlight group matches

* lisp/isearch.el (isearch-match-data): New variable.
(isearch-mode): Set isearch-match-data to nil.
(isearch-update): Call isearch-highlight with isearch-match-data.
(isearch--state): Add isearch-match-data.
(isearch--set-state): Restore isearch-match-data.
(with-isearch-suspended): Preserve isearch-match-data.
(isearch-search): Set isearch-match-data to integers.
(isearch-group-1): Rename from isearch-group-odd and adjust colors.
(isearch-group-2): Rename from isearch-group-even and adjust colors.
(isearch-highlight): Add optional arg 'match-data'.
Rewrite search-highlight-submatches part to recycle faces.

* doc/emacs/search.texi (Search Customizations): Amend the
documentation for isearch-group faces.

(bug#6227, bug#43702)
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el