emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: transient lossage: I-search


From: Richard M. Stallman
Subject: Re: transient lossage: I-search
Date: Sat, 23 Jul 2005 20:01:16 -0400

Does this fix it?

*** isearch.el  19 Jul 2005 16:38:35 -0400      1.267
--- isearch.el  23 Jul 2005 17:56:48 -0400      
***************
*** 1142,1148 ****
                  (funcall isearch-wrap-function)
                (goto-char (if isearch-forward (point-min) (point-max)))))))
      ;; C-s in reverse or C-r in forward, change direction.
!     (setq isearch-forward (not isearch-forward)))
  
    (setq isearch-barrier (point)) ; For subsequent \| if regexp.
  
--- 1142,1149 ----
                  (funcall isearch-wrap-function)
                (goto-char (if isearch-forward (point-min) (point-max)))))))
      ;; C-s in reverse or C-r in forward, change direction.
!     (setq isearch-forward (not isearch-forward)
!         isearch-success t))
  
    (setq isearch-barrier (point)) ; For subsequent \| if regexp.
  




reply via email to

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