From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 f8208b6: Document the user-level features of the Xref package Date: Thu, 21 Jan 2016 05:46:48 +0200 Message-ID: <83zivz8uhj.fsf@gnu.org> References: <20160109191428.26341.44105@vcs.savannah.gnu.org> <5691C9D2.7080905@yandex.ru> <83egdpmo1j.fsf@gnu.org> <56929D6F.2050508@yandex.ru> <834melmfa4.fsf@gnu.org> <5692B1E0.8010100@yandex.ru> <831t9pma4e.fsf@gnu.org> <5693FDFA.2070607@yandex.ru> <83ziwbkj5l.fsf@gnu.org> <5694055E.6050201@yandex.ru> <83si1udcaz.fsf@gnu.org> <569D64AC.1060606@yandex.ru> <83powxbh6c.fsf@gnu.org> <569EB04F.800@yandex.ru> <8337tsc133.fsf@gnu.org> <569FF3C4.1030906@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453348010 5795 80.91.229.3 (21 Jan 2016 03:46:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jan 2016 03:46:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 21 04:46:45 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aM6Cr-0006VU-Au for ged-emacs-devel@m.gmane.org; Thu, 21 Jan 2016 04:46:45 +0100 Original-Received: from localhost ([::1]:45916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM6Cq-0002OO-3Q for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2016 22:46:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM6Cm-0002NQ-C5 for emacs-devel@gnu.org; Wed, 20 Jan 2016 22:46:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aM6Ci-0007iF-Aw for emacs-devel@gnu.org; Wed, 20 Jan 2016 22:46:40 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM6Ci-0007i6-7q; Wed, 20 Jan 2016 22:46:36 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4071 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aM6Ch-0002RG-2a; Wed, 20 Jan 2016 22:46:35 -0500 In-reply-to: <569FF3C4.1030906@yandex.ru> (message from Dmitry Gutov on Wed, 20 Jan 2016 23:53:24 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198487 Archived-At: > From: Dmitry Gutov > Date: Wed, 20 Jan 2016 23:53:24 +0300 > > On 01/20/2016 10:28 AM, John Wiegley wrote: > > >> (Btw, I think replacing tags-search and tags-query-replace with commands > >> that start with "project-" is not a good idea, for the same reason that > >> having "tags-*" commands there is. They should be "xref-*" commands.) > > > > And yes. > > Are you both proposing that we rename all project- commands to xref-? No, of course not. Rather, I'm saying that commands which replace these specific two tags-* commands with similar functionality that presents an xref UI are better called xref-SOMETHING. > The reason I want to replace the tags- commands is not really because of > their names, but because they use a different UI, and because they keep > tags-loop-continue relevant. No argument here.