From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Generalizing find-definition Date: Thu, 06 Nov 2014 11:51:02 -0500 Message-ID: References: <20141102151524.0d9c665c@forcix> <20141102172944.0f7944e3@forcix> <20141103084433.12117c03@forcix> <86fvdwgxqs.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415292705 20147 80.91.229.3 (6 Nov 2014 16:51:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 16:51:45 +0000 (UTC) Cc: emacs-devel@gnu.org, Jorgen Schaefer To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 06 17:51:38 2014 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 1XmQHT-000718-Qo for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 17:51:31 +0100 Original-Received: from localhost ([::1]:54967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQHT-0007Of-Dd for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 11:51:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQH8-0007Nc-JS for emacs-devel@gnu.org; Thu, 06 Nov 2014 11:51:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmQH1-0000z3-4f for emacs-devel@gnu.org; Thu, 06 Nov 2014 11:51:10 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:59965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQH1-0000yn-1r for emacs-devel@gnu.org; Thu, 06 Nov 2014 11:51:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4MAOatTlRLd+sd/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIwULCw4mEhQYDSSISwnLcgEBAQEGAQEBAR6RCAeESwWLZKY8gW+EFh+CegEBAQ X-IPAS-Result: Au4MAOatTlRLd+sd/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIwULCw4mEhQYDSSISwnLcgEBAQEGAQEBAR6RCAeESwWLZKY8gW+EFh+CegEBAQ X-IronPort-AV: E=Sophos;i="5.04,797,1406606400"; d="scan'208";a="96115209" Original-Received: from 75-119-235-29.dsl.teksavvy.com (HELO ceviche.home) ([75.119.235.29]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 06 Nov 2014 11:51:02 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 21B9F660D4; Thu, 6 Nov 2014 11:51:02 -0500 (EST) In-Reply-To: <86fvdwgxqs.fsf@yandex.ru> (Dmitry Gutov's message of "Thu, 06 Nov 2014 17:22:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:176457 Archived-At: > And if find-tag will provide the "multiple occurences" interface on > its own, there won't be a need for the "next tag" command. Good point. If we don't have a such a global-map "next-tag" command anymore, then I guess it's OK to change M-, to do the job of M-*. Stefan