From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: multiple search strings in query-replace-regexp Date: Tue, 10 Oct 2006 03:39:14 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: <1160133442.016714.5230@m7g2000cwm.googlegroups.com> <85zmc5xh9f.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160451684 30494 80.91.229.2 (10 Oct 2006 03:41:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 03:41:24 +0000 (UTC) Bcc: ilya Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 10 05:41:19 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GX8UI-0001x5-L8 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 05:41:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GX8UI-0007oW-8N for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Oct 2006 23:41:02 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!agate.berkeley.edu!ilya Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: powdermilk.math.berkeley.edu Original-X-Trace: agate.berkeley.edu 1160451554 1811 169.229.140.13 (10 Oct 2006 03:39:14 GMT) Original-X-Complaints-To: usenet@agate.berkeley.edu Original-NNTP-Posting-Date: Tue, 10 Oct 2006 03:39:14 +0000 (UTC) User-Agent: trn [how to get a version via %-escapes???] with a custom header X-How-To-Reach-Me: The From: address is valid X-How-To-Disable-Cc: Put in the headers the line: Mail-Copies-To: never \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw Originator: ilya@powdermilk.math.berkeley.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:142331 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37950 Archived-At: [A complimentary Cc of this posting was NOT [per weedlist] sent to David Kastrup ], who wrote in article <85zmc5xh9f.fsf@lola.goethe.zz>: > > Additionally, when interpolating replacement string, one should also > > shift match-group references by corresponding amount; but this is > > easier done in the code of interpolator (I hope it is in ELisp, not in > > C). > Your quoting does not make it clear who wrote what. Anyway, you could > just use match-data, nthcdr, set-match-data and some other stuff to > just shift the match data appropriately before performing the > replacement. Neet idea. Yours, Ilya