/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.251 by monnier, Wed Jan 5 20:49:11 2005 UTC revision 1.252 by miles, Thu Jan 6 04:44:57 2005 UTC
# Line 242  A value of nil means highlight all match Line 242  A value of nil means highlight all match
242                   (integer :tag "Some"))                   (integer :tag "Some"))
243    :group 'lazy-highlight)    :group 'lazy-highlight)
244    
245  (defface lazy-highlight-face  (defface lazy-highlight
246    '((((class color) (min-colors 88) (background light))    '((((class color) (min-colors 88) (background light))
247       (:background "paleturquoise"))       (:background "paleturquoise"))
248      (((class color) (min-colors 88) (background dark))      (((class color) (min-colors 88) (background dark))
# Line 2264  since they have special meaning in a reg Line 2264  since they have special meaning in a reg
2264    
2265  ;; When active, *every* match for the current search string is  ;; When active, *every* match for the current search string is
2266  ;; highlighted: the current one using the normal isearch match color  ;; highlighted: the current one using the normal isearch match color
2267  ;; and all the others using `isearch-lazy-highlight-face'.  The extra  ;; and all the others using `isearch-lazy-highlight'.  The extra
2268  ;; highlighting makes it easier to anticipate where the cursor will  ;; highlighting makes it easier to anticipate where the cursor will
2269  ;; land each time you press C-s or C-r to repeat a pending search.  ;; land each time you press C-s or C-r to repeat a pending search.
2270  ;; Highlighting of these additional matches happens in a deferred  ;; Highlighting of these additional matches happens in a deferred
# Line 2305  since they have special meaning in a reg Line 2305  since they have special meaning in a reg
2305    :group 'isearch-faces)    :group 'isearch-faces)
2306  (defvar isearch 'isearch)  (defvar isearch 'isearch)
2307    
2308  (defvar isearch-lazy-highlight-face 'lazy-highlight-face)  (defvar isearch-lazy-highlight-face 'lazy-highlight)
2309    
2310  (defvar isearch-lazy-highlight-overlays nil)  (defvar isearch-lazy-highlight-overlays nil)
2311  (defvar isearch-lazy-highlight-wrapped nil)  (defvar isearch-lazy-highlight-wrapped nil)

Legend:
Removed from v.1.251  
changed lines
  Added in v.1.252

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26