all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: zhanghj <netjunegg@gmail.com>
Cc: netjune@qq.com, Emacs developers <emacs-devel@gnu.org>,
	Tino Calancha <tino.calancha@gmail.com>
Subject: Re: query-replace-regexp: Can't use \0 in TO-STRING
Date: Sat, 6 May 2017 21:39:25 +0900 (JST)	[thread overview]
Message-ID: <alpine.DEB.2.20.1705062134410.29811@calancha-pc> (raw)
In-Reply-To: <m2lgqaqiea.fsf@gmail.com>



On Sat, 6 May 2017, zhanghj wrote:

> Tino Calancha <tino.calancha@gmail.com> writes:
>
>> The docstring for `query-replace-regexp' was updated in commit 38f4b8ea615
>> to fix Bug#23884.
>> Apparently, \0 has never referred to the whole match in this command
>> (\& it does), so we might want to skip \0 from this docstring and the
>> manual.
>>
>> Regards,
>> Tino
> 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?



  reply	other threads:[~2017-05-06 12:39 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 [this message]
2017-05-07  3:55       ` zhanghj
2017-05-07 14:48         ` Eli Zaretskii
2017-05-09 22:02           ` Juri Linkov

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=alpine.DEB.2.20.1705062134410.29811@calancha-pc \
    --to=tino.calancha@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=netjune@qq.com \
    --cc=netjunegg@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.