From: David Kastrup <dak@gnu.org>
Subject: Re: multiple search strings in query-replace-regexp
Date: Fri, 06 Oct 2006 13:51:47 +0200 [thread overview]
Message-ID: <85y7rt1x2k.fsf@lola.goethe.zz> (raw)
In-Reply-To: 1160134896.365287.138010@e3g2000cwe.googlegroups.com
"Florian Kaufmann" <sensorflo@gmail.com> writes:
> that works only for multiple searches at once, but not for multiple
> search-replace at once.
>
> replace all foo by bar
> replace all rock by house
> replace all metal by goa
>
> :-) and so on
With Emacs 22:
C-M-% \(foo\)\|\(rock\)\|metal RET
\,(cond (\1 "bar") (\2 "house") ("goa")) RET
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
next prev parent reply other threads:[~2006-10-06 11:51 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-06 11:17 multiple search strings in query-replace-regexp Florian Kaufmann
2006-10-06 11:27 ` Malte Spiess
2006-10-06 11:41 ` Florian Kaufmann
2006-10-06 11:51 ` David Kastrup [this message]
2006-10-06 21:45 ` Ilya Zakharevich
2006-10-06 22:01 ` David Kastrup
2006-10-07 3:45 ` Ilya Zakharevich
[not found] ` <200610070345.k973jLj2011358@powdermilk.math.berkeley.edu>
2006-10-07 7:41 ` David Kastrup
2006-10-07 8:57 ` Ilya Zakharevich
2006-10-07 9:11 ` David Kastrup
2006-10-07 22:04 ` Ilya Zakharevich
2006-10-08 13:47 ` Mathias Dahl
2006-10-08 20:55 ` Kim F. Storm
[not found] ` <mailman.7905.1160340972.9609.help-gnu-emacs@gnu.org>
2006-10-12 15:44 ` Mathias Dahl
2006-10-09 6:07 ` Stefan Monnier
2006-10-09 21:53 ` Ilya Zakharevich
2006-10-09 22:21 ` David Kastrup
2006-10-10 3:39 ` Ilya Zakharevich
2006-11-23 19:23 ` Stefan Monnier
2006-10-07 8:20 ` Malte Spiess
2006-10-07 8:40 ` David Kastrup
2006-10-06 12:41 ` Peter Dyballa
[not found] ` <mailman.7806.1160138473.9609.help-gnu-emacs@gnu.org>
2006-10-06 14:14 ` Florian Kaufmann
2006-10-06 15:14 ` David Kastrup
2006-10-06 15:29 ` Florian Kaufmann
2006-10-06 15:47 ` David Kastrup
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=85y7rt1x2k.fsf@lola.goethe.zz \
--to=dak@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.