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: Devon
Subject: Re: transient lossage: I-search
Date: Sun, 24 Jul 2005 10:35:28 -0400 (EDT)

Yes, this patch fixes it.

                Peace
                        --Devon
         /~\
         \ /    Health Care
          X     not warfare
         / \

        Dubya won the digital vote
        Kerry won the popular vote

From: "Richard M. Stallman" <address@hidden>
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]