From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tobias C. Rittweiler" Newsgroups: gmane.emacs.devel Subject: Re: Comments on misearch.el Date: Tue, 17 Nov 2009 19:52:23 +0100 Message-ID: <87iqd9j860.fsf@freebits.de> References: <87iqd9mb0u.fsf@freebits.de> <87pr7h2go1.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258483989 1541 80.91.229.12 (17 Nov 2009 18:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 18:53:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 19:53:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NATAi-0002DM-W9 for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 19:53:01 +0100 Original-Received: from localhost ([127.0.0.1]:38496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NATAi-0004Sf-HW for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 13:53:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NATAd-0004PK-Em for emacs-devel@gnu.org; Tue, 17 Nov 2009 13:52:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NATAY-0004FJ-OR for emacs-devel@gnu.org; Tue, 17 Nov 2009 13:52:54 -0500 Original-Received: from [199.232.76.173] (port=45690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NATAY-0004FD-LG for emacs-devel@gnu.org; Tue, 17 Nov 2009 13:52:50 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:44451) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NATAX-0000S6-Sg for emacs-devel@gnu.org; Tue, 17 Nov 2009 13:52:50 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NATAT-00028B-Lf for emacs-devel@gnu.org; Tue, 17 Nov 2009 19:52:45 +0100 Original-Received: from host146.natpool.mwn.de ([138.246.7.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 19:52:45 +0100 Original-Received: from tcr by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 19:52:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host146.natpool.mwn.de User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:qTDRTBkKEzbDYB+G63I1CZ8f3Kk= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117116 Archived-At: Juri Linkov writes: > > (BTW., is there something like misearch but for query-replace, too?) > > Yes, there is also multi-file query-replace. It can be started > from Dired by marking files and typing `Q'. Thanks for pointing that out. It's based on `tags-query-replace'. Let's say you do a query-replace over multiple files, but now regret your changes. Is there an easy way to get an `undo' not only relatively to the current buffer? -T.