From: Juri Linkov <juri@linkov.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: netjune@qq.com, emacs-devel@gnu.org, tino.calancha@gmail.com,
zhanghj <netjunegg@gmail.com>
Subject: Re: query-replace-regexp: Can't use \0 in TO-STRING
Date: Wed, 10 May 2017 01:02:04 +0300 [thread overview]
Message-ID: <87r2zxg03b.fsf@localhost> (raw)
In-Reply-To: <83lgq8en8o.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 07 May 2017 17:48:55 +0300")
>> >> Why not \0? I think \0 is more intuitive and also used in vim.
>> > I agree is more intuitive, and it works in `replace-match', or instance:
>> > (mapcar
>> > (lambda (group)
>> > (let ((str "foo123"))
>> > (when (string-match "[a-z]+\\([1-9]+\\)" str)
>> > (replace-match "bar" nil nil str group))))
>> > (list 0 1))
>> > => ("bar" "foobar")
>> >
>> > Are you willing to write a patch to implement it?
>>
>> The following patch works on my machine for regexp replacing. But I
>> don't known if \0 should be supported in other places such as
>> sort-regexp-fields, occur.
>
> If this is accepted (and I'm not sure we should), then the user manual
> should also be updated, and NEWS should have an entry about the
> change.
Some other regexp engines support the \0 format as well:
http://www.regular-expressions.info/refreplacebackref.html
What is important is to clearly differentiate the whole match from
back references in the documentation (i.e. unlike back references
\0 works only in replacements, not matches).
prev parent reply other threads:[~2017-05-09 22:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-06 0:48 query-replace-regexp: Can't use \0 in TO-STRING zhanghj
2017-05-06 5:04 ` Tino Calancha
2017-05-06 8:09 ` Eli Zaretskii
2017-05-06 10:34 ` Tino Calancha
2017-05-07 3:48 ` zhanghj
2017-05-19 8:13 ` Eli Zaretskii
2017-05-06 12:28 ` zhanghj
2017-05-06 12:39 ` Tino Calancha
2017-05-07 3:55 ` zhanghj
2017-05-07 14:48 ` Eli Zaretskii
2017-05-09 22:02 ` Juri Linkov [this message]
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=87r2zxg03b.fsf@localhost \
--to=juri@linkov.net \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=netjune@qq.com \
--cc=netjunegg@gmail.com \
--cc=tino.calancha@gmail.com \
/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.