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: Sat, 7 Oct 2006 03:45:21 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: <1160133442.016714.5230@m7g2000cwm.googlegroups.com> <85y7rt1x2k.fsf@lola.goethe.zz> <85ejtlyuhv.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160196047 14443 80.91.229.2 (7 Oct 2006 04:40:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Oct 2006 04:40:47 +0000 (UTC) Bcc: ilya Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 07 06:40:47 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 1GW3zT-00010I-5M for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Oct 2006 06:40:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GW3zS-00010x-9R for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Oct 2006 00:40:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!agate.berkeley.edu!ilya Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: powdermilk.math.berkeley.edu Original-X-Trace: agate.berkeley.edu 1160192721 7978 169.229.140.13 (7 Oct 2006 03:45:21 GMT) Original-X-Complaints-To: usenet@agate.berkeley.edu Original-NNTP-Posting-Date: Sat, 7 Oct 2006 03:45:21 +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:142245 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:37865 Archived-At: [A complimentary Cc of this posting was sent to David Kastrup ], who wrote in article <85ejtlyuhv.fsf@lola.goethe.zz>: > >> C-M-% \(foo\)\|\(rock\)\|metal RET > >> \,(cond (\1 "bar") (\2 "house") ("goa")) RET > > > > To make it useful, one needs a function to count the number of > > parentheses in a given regular expression. Is there? > Uh WHAT? You just type the above stuff. Why would that not be > useful? How many people do you know who would type something like this? :-( And to have a "generally usable" wrapper, one needs a way to identify how many paren groups are inside your "foo" and "rock" regular expressions. Hope this helps, Ilya