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

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

bug#267: closed (Re: bug#267: dired-do-query-replace-regex replace ALL)


From: Juri Linkov
Subject: bug#267: closed (Re: bug#267: dired-do-query-replace-regex replace ALL)
Date: Sat, 13 Oct 2012 19:09:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (x86_64-pc-linux-gnu)

Actually the remaining patch that would finalize this feature request
is to mention it in the help message of `query-replace':

=== modified file 'lisp/replace.el'
--- lisp/replace.el     2012-10-05 21:27:50 +0000
+++ lisp/replace.el     2012-10-13 16:09:04 +0000
@@ -1604,9 +1604,12 @@ (defconst query-replace-help
 C-r to enter recursive edit (\\[exit-recursive-edit] to get out again),
 C-w to delete match and recursive edit,
 C-l to clear the screen, redisplay, and offer same replacement again,
-! to replace all remaining matches with no more questions,
+! to replace all remaining matches in this buffer with no more questions,
 ^ to move point back to previous match,
-E to edit the replacement string"
+E to edit the replacement string.
+In multi-buffer replacements type `Y' to replace all remaining
+matches in all remaining buffers with no more questions,
+`N' to skip to the next buffer."
   "Help message while in `query-replace'.")
 





reply via email to

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