From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: tags-loop-continue Date: Sat, 9 Jan 2016 22:29:48 -0800 (PST) Message-ID: <5b7c961c-e5ff-4ca2-bb26-dfc1d1e60d7f@default> References: <83wprimto9.fsf@gnu.org> <56916C10.6050004@yandex.ru> <83oacumqmj.fsf@gnu.org> <56917246.1010800@yandex.ru> <5691795E.9010008@yandex.ru> <83lh7ym725.fsf@gnu.org> <5691D768.3020908@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1452407430 27189 80.91.229.3 (10 Jan 2016 06:30:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2016 06:30:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 10 07:30:17 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 1aI9W5-0001ko-Ei for ged-emacs-devel@m.gmane.org; Sun, 10 Jan 2016 07:30:17 +0100 Original-Received: from localhost ([::1]:45551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI9W3-0004ZB-SL for ged-emacs-devel@m.gmane.org; Sun, 10 Jan 2016 01:30:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI9Vp-0004Z6-Vg for emacs-devel@gnu.org; Sun, 10 Jan 2016 01:30:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aI9Vp-0005CA-8b for emacs-devel@gnu.org; Sun, 10 Jan 2016 01:30:01 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:39850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI9Vj-00056e-KI; Sun, 10 Jan 2016 01:29:55 -0500 Original-Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u0A6TnqG026845 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 10 Jan 2016 06:29:49 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id u0A6Tm5X017125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 10 Jan 2016 06:29:49 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id u0A6Tma8023217; Sun, 10 Jan 2016 06:29:48 GMT In-Reply-To: <5691D768.3020908@yandex.ru> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:197956 Archived-At: (Caveat: I have not followed this thread at all.) > > tags-loop-continue is also used by Dired, see 'A' and 'Q' in > > "Operating on Files". >=20 > I'm fairly sure these commands are more obscure, and used considerably > less frequently than find-tag, or xref-find-definitions that's poised to > replace it. C-, is too nice a key binding to spend on them. What makes you "fairly sure" of that? FWIW, my own guess is that `A' and `Q' in Dired are heavily used. (As they should be.) I would even question a judgment that `find-tag' is used more often, let alone "considerably" so, but I don't have anything to back up my guess about that. And keep in mind that to use `find-tag' someone needs to have created a TAGS file. You need nothing to be able to use `A' and `Q' in Dired.