emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Thu, 06 Jan 2005 00:20:19 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.251 emacs/lisp/isearch.el:1.252
*** emacs/lisp/isearch.el:1.251 Wed Jan  5 20:49:11 2005
--- emacs/lisp/isearch.el       Thu Jan  6 04:44:57 2005
***************
*** 242,248 ****
                 (integer :tag "Some"))
    :group 'lazy-highlight)
  
! (defface lazy-highlight-face
    '((((class color) (min-colors 88) (background light))
       (:background "paleturquoise"))
      (((class color) (min-colors 88) (background dark))
--- 242,248 ----
                 (integer :tag "Some"))
    :group 'lazy-highlight)
  
! (defface lazy-highlight
    '((((class color) (min-colors 88) (background light))
       (:background "paleturquoise"))
      (((class color) (min-colors 88) (background dark))
***************
*** 2264,2270 ****
  
  ;; When active, *every* match for the current search string is
  ;; highlighted: the current one using the normal isearch match color
! ;; and all the others using `isearch-lazy-highlight-face'.  The extra
  ;; highlighting makes it easier to anticipate where the cursor will
  ;; land each time you press C-s or C-r to repeat a pending search.
  ;; Highlighting of these additional matches happens in a deferred
--- 2264,2270 ----
  
  ;; When active, *every* match for the current search string is
  ;; highlighted: the current one using the normal isearch match color
! ;; and all the others using `isearch-lazy-highlight'.  The extra
  ;; highlighting makes it easier to anticipate where the cursor will
  ;; land each time you press C-s or C-r to repeat a pending search.
  ;; Highlighting of these additional matches happens in a deferred
***************
*** 2305,2311 ****
    :group 'isearch-faces)
  (defvar isearch 'isearch)
  
! (defvar isearch-lazy-highlight-face 'lazy-highlight-face)
  
  (defvar isearch-lazy-highlight-overlays nil)
  (defvar isearch-lazy-highlight-wrapped nil)
--- 2305,2311 ----
    :group 'isearch-faces)
  (defvar isearch 'isearch)
  
! (defvar isearch-lazy-highlight-face 'lazy-highlight)
  
  (defvar isearch-lazy-highlight-overlays nil)
  (defvar isearch-lazy-highlight-wrapped nil)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]