From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Generalizing find-definition Date: Sat, 27 Dec 2014 13:01:37 -0600 Message-ID: <85egrkrk6m.fsf@stephe-leake.org> 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 1419706942 27759 80.91.229.3 (27 Dec 2014 19:02:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Dec 2014 19:02:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 27 20:02:15 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 1Y4wcx-0007Yu-9L for ged-emacs-devel@m.gmane.org; Sat, 27 Dec 2014 20:02:15 +0100 Original-Received: from localhost ([::1]:56707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4wcw-0000aF-CI for ged-emacs-devel@m.gmane.org; Sat, 27 Dec 2014 14:02:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4wct-0000aA-Ty for emacs-devel@gnu.org; Sat, 27 Dec 2014 14:02:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4wcq-0002vD-Oa for emacs-devel@gnu.org; Sat, 27 Dec 2014 14:02:11 -0500 Original-Received: from gproxy1-pub.mail.unifiedlayer.com ([69.89.25.95]:36783) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Y4wcq-0002ul-HX for emacs-devel@gnu.org; Sat, 27 Dec 2014 14:02:08 -0500 Original-Received: (qmail 18427 invoked by uid 0); 27 Dec 2014 19:01:58 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy1.mail.unifiedlayer.com with SMTP; 27 Dec 2014 19:01:58 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id Yj1s1p00S2UdiVW01j1vNs; Sat, 27 Dec 2014 12:01:58 -0700 X-Authority-Analysis: v=2.1 cv=fJeqg/qe c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=2wGvvwaKUHMA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=jrwKn-8xaegA:10 a=A92cGCtB03wA:10 a=pGLkceISAAAA:8 a=NWmjEKHYQcPg9bIVNAMA:9 Original-Received: from [70.94.38.149] (port=52995 helo=TAKVER) by host114.hostmonster.com with esmtpa (Exim 4.82) (envelope-from ) id 1Y4wcZ-0007zL-S9 for emacs-devel@gnu.org; Sat, 27 Dec 2014 12:01:52 -0700 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/24.4 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 70.94.38.149 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.25.95 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:180718 Archived-At: Dmitry Gutov writes: > On 12/19/2014 10:00 AM, Dmitry Gutov wrote: > >> If there are no further objections, I'll install it in a few days. > > Installed, with minor tweaks. > > 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. Something's weird. Starting from emacs -Q, in *scratch*, eval: (require 'xref) (emacs-lisp-mode) xref-find-function This gives etags-xref-find; it should give elisp-xref-find. The only work-around I've found is to recompile emacs-lisp-mode in the running emacs. Somehow, the dumped definition of emacs-lisp-mode doesn't match the source in elisp-mode.el (which sets xref-find-function to elisp-xref-find). -- -- Stephe