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: Sat, 09 Jan 2016 22:42:28 +0200 Message-ID: <83oacumqmj.fsf@gnu.org> References: <83wprimto9.fsf@gnu.org> <56916C10.6050004@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1452372169 452 80.91.229.3 (9 Jan 2016 20:42:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Jan 2016 20:42:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 09 21:42: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 1aI0LT-0006E1-OS for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2016 21:42:44 +0100 Original-Received: from localhost ([::1]:42898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI0LT-0004wb-5w for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2016 15:42:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI0LH-0004wG-Eh for emacs-devel@gnu.org; Sat, 09 Jan 2016 15:42:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aI0LE-0007YR-93 for emacs-devel@gnu.org; Sat, 09 Jan 2016 15:42:31 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI0LE-0007YI-6e; Sat, 09 Jan 2016 15:42:28 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2715 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aI0LD-0001Zp-Fu; Sat, 09 Jan 2016 15:42:27 -0500 In-reply-to: <56916C10.6050004@yandex.ru> (message from Dmitry Gutov on Sat, 9 Jan 2016 23:22:40 +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:197928 Archived-At: > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > Date: Sat, 9 Jan 2016 23:22:40 +0300 > > On 01/09/2016 10:36 PM, Eli Zaretskii wrote: > > It looks like we cannot obsolete this command, because tags-search and > > tags-query-replace, which need it, don't have any xref equivalents and > > are not obsolete. > > I suppose so. Of course, the real bummer would be that it no longer has a key binding, and its previous one is taken. Maybe we should rebind xref-pop-marker-stack back to 'M-*' and leave tags-loop-continue on 'M-,', WDYT?