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: dired-do-query-replace-regex replace ALL Date: Thu, 04 Oct 2012 21:37:40 +0300 Organization: JURTA Message-ID: <87391ugk69.fsf@mail.jurta.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349401882 24465 80.91.229.3 (5 Oct 2012 01:51:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:51:22 +0000 (UTC) Cc: 267-done@debbugs.gnu.org To: xah lee Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 05 03:51:24 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 1TJx42-0005tv-SG for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 03:50:54 +0200 Original-Received: from localhost ([::1]:47000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqK7-0007Kl-DO for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Oct 2012 14:39:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqK4-0007KY-Jj for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:39:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJqK0-0003Pg-6m for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:39:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqK0-0003Pc-3R for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:38:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJqK6-0007X5-4K for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:39:02 -0400 Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Oct 2012 18:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 267 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 267@debbugs.gnu.org, juri@jurta.org Original-Received: via spool by 267-done@debbugs.gnu.org id=D267.134937589428893 (code D ref 267); Thu, 04 Oct 2012 18:39:01 +0000 Original-Received: (at 267-done) by debbugs.gnu.org; 4 Oct 2012 18:38:14 +0000 Original-Received: from localhost ([127.0.0.1]:54477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJqJK-0007Vy-Ec for submit@debbugs.gnu.org; Thu, 04 Oct 2012 14:38:14 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:41853 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJqJH-0007Vp-6t for 267-done@debbugs.gnu.org; Thu, 04 Oct 2012 14:38:12 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 72263451CCC5; Thu, 4 Oct 2012 11:38:03 -0700 (PDT) In-Reply-To: (xah lee's message of "Sat, 17 May 2008 03:26:26 -0700") 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:65189 Archived-At: > Emacs suggestion: > > when in dired mode in the processing of doing dired-do-query-replace- > regexp (shortcut Q), it offers the ability to do replacement without asking > on the current file, by pressing the ! key, but it would be nice to have: > > (1) the ability to do ALL replacements on ALL files without further asking. > (2) the ability to not do any replacement on the current file. According to http://ergoemacs.org/emacs/modernization_find_replace_multi.html this suggestion is implemented in emacs 23.1, released on 2009-07, so bug#267 can be closed. Thanks.