From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: replace history Date: Sat, 05 Jan 2008 00:54:20 -0500 Message-ID: References: <871w97x5yc.fsf@jurta.org> <87abnm8w05.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1199512762 21352 80.91.229.12 (5 Jan 2008 05:59:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 05:59:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, rrt@sc3d.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jan 05 06:59:35 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JB24C-0007zE-LJ for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Jan 2008 06:59:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB23p-00049l-KN for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Jan 2008 00:59:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB1zE-00029e-06 for bug-gnu-emacs@gnu.org; Sat, 05 Jan 2008 00:54:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB1zC-00028v-43 for bug-gnu-emacs@gnu.org; Sat, 05 Jan 2008 00:54:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB1zB-00028f-C8 for bug-gnu-emacs@gnu.org; Sat, 05 Jan 2008 00:54:21 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB1zB-0003aj-91 for bug-gnu-emacs@gnu.org; Sat, 05 Jan 2008 00:54:21 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1JB1zA-00063i-8f; Sat, 05 Jan 2008 00:54:20 -0500 In-reply-to: <87abnm8w05.fsf@jurta.org> (message from Juri Linkov on Thu, 03 Jan 2008 23:46:42 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17308 Archived-At: One way to move thru the history of recent pairs is to put all pairs to the default list of M-%. I am not sure what that means. Do you mean, instead of putting both args separately in the history list, put a string of the form "FROM -> TO" in it? That seems kludgy. Also, it raises two questions: 1. Does that actually work? 2. Would that make it impossible to do the things you can do now with the history in query-replace, such as use a previous replacement target as a pattern to search for?