[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: query-replace's recursive edit: switched buffers and got lost
From: |
Richard Stallman |
Subject: |
Re: query-replace's recursive edit: switched buffers and got lost |
Date: |
Sat, 23 Mar 2002 09:14:37 -0700 (MST) |
Does this give good results?
*** replace.el.~1.130.~ Wed Feb 20 17:29:45 2002
--- replace.el Sat Mar 23 05:20:09 2002
***************
*** 1128,1134 ****
(save-excursion
(funcall search-function search-string limit t)
(setq real-match-data (match-data)))
! (save-excursion (recursive-edit))
(goto-char opos))
(set-match-data real-match-data)
;; Before we make the replacement,
--- 1129,1136 ----
(save-excursion
(funcall search-function search-string limit t)
(setq real-match-data (match-data)))
! (save-window-excursion
! (save-excursion (recursive-edit)))
(goto-char opos))
(set-match-data real-match-data)
;; Before we make the replacement,