all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

* 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.
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.