all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: "Kim F. Storm" <storm@cua.dk>
Cc: emacs-devel@gnu.org
Subject: Re: Doing search and replace via *grep* buffer
Date: Thu, 15 Feb 2007 13:35:44 +0100	[thread overview]
Message-ID: <45D453A0.6030902@gmail.com> (raw)
In-Reply-To: <m3hctnaadz.fsf@kfs-l.imdomain.dk>

Kim F. Storm wrote:
> Here is a small patch which provides a very handy search and replace
> functionality via the normal grep interfaces (including lgrep/rgrep).
> 
> It requires that grep regexp highlighting works (I suppose most modern
> grep programs do that).
> 
> 
> Here is an example of its use, replacing _some_ occurrences of 
> the identifier `oldtext' with `newtext':
> 
> First use rgrep to search for oldtext in all .c and .h files:
>   M-x rgrep RET oldtext RET ch RET RET
> 
> Then in the *grep* buffer, move to the first instance which you want to
> replace (use `n' or C-n).
> 
> Then hit / and type the replacement text:
>   / newtext RET
> 
> Now, still in the *grep* buffer, move to the next instance you want
> to modify, and just hit . to repeat the replacement, for example:
>   n n . n . n . n n n .
> 
> (I suppose VI users will find this very familiar).


Looks very interesting, but would it not be possible to use a prompting 
similar for other replace commands in Emacs?

(From a Viper user.)

  reply	other threads:[~2007-02-15 12:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 12:11 Doing search and replace via *grep* buffer Kim F. Storm
2007-02-15 12:35 ` Lennart Borgman (gmail) [this message]
2007-02-15 13:46   ` Kim F. Storm
2007-02-15 14:16     ` Lennart Borgman (gmail)
2007-02-15 19:39       ` David Kastrup
2007-02-15 16:47     ` Stefan Monnier
2007-02-15 14:04 ` Chris Moore
2007-02-16  8:51   ` David Kastrup
2007-02-15 18:41 ` Andreas Roehler
2007-02-16  7:46 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2007-10-11 15:17 René Kyllingstad
2007-10-11 16:12 ` Drew Adams
2007-10-12  2:46 ` Richard Stallman

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=45D453A0.6030902@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=storm@cua.dk \
    /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.