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, 25 Dec 2014 22:50:17 -0500 Message-ID: References: <20141102151524.0d9c665c@forcix> <86mw6o3k28.fsf@yandex.ru> <548F5B60.8050509@yandex.ru> <548F5FFD.5010703@yandex.ru> <548F66B3.3050103@yandex.ru> <54901FEB.1090704@yandex.ru> <5490962D.7010105@yandex.ru> <5490A6B5.7020308@yandex.ru> <86ioh8ax2b.fsf@yandex.ru> <549C72A3.3090300@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419565856 27709 80.91.229.3 (26 Dec 2014 03:50:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Dec 2014 03:50:56 +0000 (UTC) Cc: Stephen Leake , emacs-devel , Jorgen Schaefer , Helmut Eller , Dmitry Gutov To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 26 04:50:45 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 1Y4LvJ-0007Hp-Gb for ged-emacs-devel@m.gmane.org; Fri, 26 Dec 2014 04:50:45 +0100 Original-Received: from localhost ([::1]:52336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4LvI-0000v0-OF for ged-emacs-devel@m.gmane.org; Thu, 25 Dec 2014 22:50:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4Luy-0000uT-QT for emacs-devel@gnu.org; Thu, 25 Dec 2014 22:50:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4Lut-00036d-SJ for emacs-devel@gnu.org; Thu, 25 Dec 2014 22:50:24 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:16970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4Lut-00036T-Ol for emacs-devel@gnu.org; Thu, 25 Dec 2014 22:50:19 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AskIAOwQflTO+ILA/2dsb2JhbABbgweDYMp3BAICgSQXAQEBAQEBfIQDAQEDAVYjBQsLDiYSFBgNJIhKCdZZAQEBAQEFAQEBAR6QbweESAWLAaQugXiEGSGCdwEBAQ X-IPAS-Result: AskIAOwQflTO+ILA/2dsb2JhbABbgweDYMp3BAICgSQXAQEBAQEBfIQDAQEDAVYjBQsLDiYSFBgNJIhKCdZZAQEBAQEFAQEBAR6QbweESAWLAaQugXiEGSGCdwEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="103515842" Original-Received: from 206-248-130-192.dsl.teksavvy.com (HELO ceviche.home) ([206.248.130.192]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Dec 2014 22:50:18 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id DC1EC660A2; Thu, 25 Dec 2014 22:50:17 -0500 (EST) In-Reply-To: <549C72A3.3090300@gmail.com> (Dmitry Gutov's message of "Thu, 25 Dec 2014 22:25:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.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:180677 Archived-At: > I'll let others decide if the now-unbound interactive functions from > etags.el should be obsoleted, removed or kept as-is for older users. Obsoleting them sounds right, Stefan