emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-25 f8208b6: Document the user-level features of


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] emacs-25 f8208b6: Document the user-level features of the Xref package
Date: Thu, 21 Jan 2016 23:10:52 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Thunderbird/44.0

On 01/21/2016 11:02 PM, Eli Zaretskii wrote:

So really want some clear justification, rather than "etags has command
that does this", and "a user could want this". Without the
justification, it would be hard to document the new command anyway.

Same justification as for Dired's command you just coded.  Except that
in this case, I want to search and/or replace in files that belong to
some coherent group that is not a directory hierarchy.

Dired's command makes sense: when there's no project, or we want to search some dirs specifically, we can fire up Dired, select the directories and files one by one, and do the search.

When you call xref-find-regexp, you won't get to tell exactly what you want. So, the command needs to have some useful, clear semantics.

How about xref-query-replace-in-matches?

Fine with me.

You'd agree that tags-query-replace doesn't require a direct replacement
then?

I thought that was what xref-query-replace-in-matches will do.

xref-query-replace-in-matches will be the new name for the current xref-query-replace. The changed name should signify that it replaces, indeed, in the already-present list of matches.

Since you said that having xref-query-replace called almost the same as tags-query-replace is confusing.



reply via email to

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