comparison man/search.texi @ 31062:c503cf38b3e8

More details and index entries for isearch-lazy-highlight.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 15:28:38 +0000
parents 65af0f27a892
children e500b247bb59
comparison
equal deleted inserted replaced
31061:457c0b39a922 31062:c503cf38b3e8
181 anticipate where the cursor will end up each time you press @kbd{C-s} or 181 anticipate where the cursor will end up each time you press @kbd{C-s} or
182 @kbd{C-r} to repeat a pending search. Highlighting of these additional 182 @kbd{C-r} to repeat a pending search. Highlighting of these additional
183 matches happens in a deferred fashion so as not to rob Isearch of its 183 matches happens in a deferred fashion so as not to rob Isearch of its
184 usual snappy response. 184 usual snappy response.
185 @vindex isearch-lazy-highlight-cleanup 185 @vindex isearch-lazy-highlight-cleanup
186 @findex isearch-lazy-highlight-cleanup
186 By default the highlighting of matches is cleared when you end the 187 By default the highlighting of matches is cleared when you end the
187 search. Customize the variable @code{isearch-lazy-highlight-cleanup} to 188 search. Customize the variable @code{isearch-lazy-highlight-cleanup} to
188 avoid cleaning up automatically. The command @kbd{M-x 189 avoid cleaning up automatically. The command @kbd{M-x
189 isearch-lazy-highlight-cleanup} can be used to clean up manually. 190 isearch-lazy-highlight-cleanup} can be used to clean up manually.
190 @vindex isearch-lazy-highlight 191 @vindex isearch-lazy-highlight
191 Customize the variable @code{isearch-lazy-highlight} to turn off this 192 Customize the variable @code{isearch-lazy-highlight} to turn off this
192 feature. 193 feature.
194
195 @vindex isearch-lazy-highlight-face
196 @cindex faces for highlighting search matches
197 You can control how does the highlighting of matches look like by
198 customizing the faces @code{isearch} (highlights the current match) and
199 @code{isearch-lazy-highlight-face} (highlights the other matches). The
200 former defaults to the @code{region} face, the latter to the
201 @code{secodnary-selection} face.
193 202
194 @vindex isearch-mode-map 203 @vindex isearch-mode-map
195 To customize the special characters that incremental search understands, 204 To customize the special characters that incremental search understands,
196 alter their bindings in the keymap @code{isearch-mode-map}. For a list 205 alter their bindings in the keymap @code{isearch-mode-map}. For a list
197 of bindings, look at the documentation of @code{isearch-mode} with 206 of bindings, look at the documentation of @code{isearch-mode} with