all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "michael.l" <michael.lommel@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to apply a list of regex replaces to multiple files?
Date: Mon, 30 Jun 2008 22:56:22 -0700 (PDT)	[thread overview]
Message-ID: <e1fbc2ab-3f0f-45a0-a24f-3d61905cf384@v1g2000pra.googlegroups.com> (raw)
In-Reply-To: 85k5g6jhz9.fsf@lola.goethe.zz

On Jun 30, 10:23 pm, David Kastrup <d...@gnu.org> wrote:
> "michael.l" <michael.lom...@gmail.com> writes:
> > I've browsed the messages here and have googled but don't see a clear
> > solution yet. I have about 900 documents to which I need to apply a
> > list of maybe 40 separate regex search and replaces. I would like to
> > feed a list of the regex expressions and replacements to emacs and
> > have it applied to a directory of the files. Any solutions? Keyboard
> > macros don't seem like the right solution....
>
> dired-do-query-replace-regexp is an interactive compiled Lisp function
> in `dired-aux.el'.
>
> It is bound to Q, <menu-bar> <operate> <query-replace>.
>
> (dired-do-query-replace-regexp FROM TO &optional DELIMITED)
>
> Do `query-replace-regexp' of FROM with TO, on all marked files.
> Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
> If you exit (C-g, RET or q), you can resume the query replace
> with the command M-,.
>
> --
> David Kastrup, Kriemhildstr. 15, 44793 Bochum

Thank you David; hadn't come across that yet. Is there a way to input
the entire list of regex replacements rather than doing each from the
minibuffer? And will this mean typing "!" 900 times? I'm just learning
emacs.


  reply	other threads:[~2008-07-01  5:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-01  1:50 How to apply a list of regex replaces to multiple files? michael.l
2008-07-01  5:23 ` David Kastrup
2008-07-01  5:56   ` michael.l [this message]
2008-07-01  7:01 ` Tim X
2008-07-01  7:33 ` Phil Carmody
2008-07-01  8:38 ` Lennart Borgman (gmail)
     [not found] ` <mailman.14069.1214901523.18990.help-gnu-emacs@gnu.org>
2008-07-01 15:09   ` michael.l
2008-07-01 17:39     ` Joel J. Adamson
2008-07-02  8:20     ` Tim X
2008-08-01  8:38       ` David Combs
2008-07-01 23:25 ` Xah

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=e1fbc2ab-3f0f-45a0-a24f-3d61905cf384@v1g2000pra.googlegroups.com \
    --to=michael.lommel@gmail.com \
    --cc=help-gnu-emacs@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.