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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Sat, 04 Sep 2004 15:45:33 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.237 emacs/lisp/isearch.el:1.238
*** emacs/lisp/isearch.el:1.237 Fri Sep  3 20:32:57 2004
--- emacs/lisp/isearch.el       Sat Sep  4 19:40:17 2004
***************
*** 2362,2370 ****
            isearch-lazy-highlight-case-fold-search isearch-case-fold-search
            isearch-lazy-highlight-regexp       isearch-regexp
              isearch-lazy-highlight-wrapped      nil)
!       (setq isearch-lazy-highlight-timer
!             (run-with-idle-timer isearch-lazy-highlight-initial-delay nil
!                                  'isearch-lazy-highlight-update)))))
  
  (defun isearch-lazy-highlight-search ()
    "Search ahead for the next or previous match, for lazy highlighting.
--- 2362,2371 ----
            isearch-lazy-highlight-case-fold-search isearch-case-fold-search
            isearch-lazy-highlight-regexp       isearch-regexp
              isearch-lazy-highlight-wrapped      nil)
!       (unless (equal isearch-string "")
!       (setq isearch-lazy-highlight-timer
!             (run-with-idle-timer isearch-lazy-highlight-initial-delay nil
!                                  'isearch-lazy-highlight-update))))))
  
  (defun isearch-lazy-highlight-search ()
    "Search ahead for the next or previous match, for lazy highlighting.




reply via email to

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