emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: query-replace-regexp: Can't use \0 in TO-STRING


From: zhanghj
Subject: Re: query-replace-regexp: Can't use \0 in TO-STRING
Date: Sat, 06 May 2017 20:28:13 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin)

Tino Calancha <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]