From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#267: closed (Re: bug#267: dired-do-query-replace-regex replace ALL) Date: Sat, 13 Oct 2012 19:09:13 +0300 Organization: JURTA Message-ID: <878vbc1pe4.fsf@mail.jurta.org> References: <87391ugk69.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350144795 9325 80.91.229.3 (13 Oct 2012 16:13:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2012 16:13:15 +0000 (UTC) To: 267@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 13 18:13:22 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TN4L2-0006fQ-Oo for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Oct 2012 18:13:20 +0200 Original-Received: from localhost ([::1]:51701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN4Kw-0000wm-34 for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Oct 2012 12:13:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN4Kr-0000m7-AO for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:13:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN4Kq-0005oa-FO for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:13:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN4Kq-0005oW-Bi for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:13:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TN4Lk-0006iG-HK for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:14:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 Oct 2012 16:14:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 267 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 267-submit@debbugs.gnu.org id=B267.135014478825711 (code B ref 267); Sat, 13 Oct 2012 16:14:04 +0000 Original-Received: (at 267) by debbugs.gnu.org; 13 Oct 2012 16:13:08 +0000 Original-Received: from localhost ([127.0.0.1]:42731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TN4Kq-0006ga-H4 for submit@debbugs.gnu.org; Sat, 13 Oct 2012 12:13:08 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:42005 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TN4Kl-0006gE-SZ for 267@debbugs.gnu.org; Sat, 13 Oct 2012 12:13:04 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 65DE86FA012 for <267@debbugs.gnu.org>; Sat, 13 Oct 2012 09:12:06 -0700 (PDT) In-Reply-To: (GNU bug Tracking System's message of "Thu, 04 Oct 2012 18:39:02 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65565 Archived-At: 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'.")