unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: David Kastrup <dak@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Transforming Captures in replace-regexp
Date: Sat, 17 Feb 2007 14:12:01 +0100	[thread overview]
Message-ID: <85zm7dlyhq.fsf@lola.goethe.zz> (raw)
In-Reply-To: mailman.4655.1171716444.2155.help-gnu-emacs@gnu.org

Peter Danenberg <pcd@wikitex.org> writes:

>> Works only with Emacs>21, namely pretests or development snapshots
>> of Emacs 22.
>
>
>      I notice from the ChangeLog, David, that you're respon-
> sible for implementing `\,'; thanks: you've saved  at  least
> several hours of my life.

\, does not achieve anything that query-replace-regexp-eval could not
already do previously.  But discovering and using the latter felt, in
my opinion, too awkward for convenience.

You'll find that in the present implementation, \, actually
does nothing that a non-interactive call of query-replace-regexp could
not have achieved: it is implemented merely in the interactive form
collecting the arguments for query-replace-regexp, the actual call of
query-replace-regexp itself occuring with a Lisp form.  You can
look at it by using
C-x M-ESC
after a query-replace-regexp call using \,.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

  parent reply	other threads:[~2007-02-17 13:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-17 10:33 Transforming Captures in replace-regexp Peter Danenberg
     [not found] ` <mailman.4651.1171710704.2155.help-gnu-emacs@gnu.org>
2007-02-17 12:05   ` David Kastrup
     [not found]     ` <mailman.4655.1171716444.2155.help-gnu-emacs@gnu.org>
2007-02-17 13:12       ` David Kastrup [this message]
2007-02-17 13:47     ` Peter Danenberg
2007-02-17 12:12 ` Peter Danenberg
2007-02-17 12:23   ` Jim Ottaway

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85zm7dlyhq.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).