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: tags-loop-continue Date: Mon, 18 Jan 2016 17:46:28 +0200 Message-ID: <83egdeevqj.fsf@gnu.org> 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> <83bn8tmnvq.fsf@gnu.org> <56928356.2000609@yandex.ru> <8360z1mkfc.fsf@gnu.org> <5696EE9D.2090708@yandex.ru> <838u3si22k.fsf@gnu.org> <569C41C0.2030200@yandex.ru> <569C4DCA.8070509@yandex.ru> <569C549E.9010301@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453132010 12875 80.91.229.3 (18 Jan 2016 15:46:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jan 2016 15:46:50 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 18 16:46:46 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 1aLC0y-0001nz-AE for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2016 16:46:44 +0100 Original-Received: from localhost ([::1]:60385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLC0u-00018C-B9 for ged-emacs-devel@m.gmane.org; Mon, 18 Jan 2016 10:46:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLC0h-00017S-NY for emacs-devel@gnu.org; Mon, 18 Jan 2016 10:46:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLC0e-0000et-Jf for emacs-devel@gnu.org; Mon, 18 Jan 2016 10:46:27 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLC0e-0000eg-GJ; Mon, 18 Jan 2016 10:46:24 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1223 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aLC0c-0000Id-6k; Mon, 18 Jan 2016 10:46:22 -0500 In-reply-to: <569C549E.9010301@yandex.ru> (message from Dmitry Gutov on Mon, 18 Jan 2016 05:57:34 +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:198253 Archived-At: > From: Dmitry Gutov > Date: Mon, 18 Jan 2016 05:57:34 +0300 > Cc: emacs-devel@gnu.org > > If, to be rid of tags-loop-continue, implementing the two Dired commands > to use the xref UI is enough, I'll have that soon. Thanks.