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 15:22:22 -0600 Message-ID: <85a928rdo1.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> <85egrkrk6m.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419715389 21480 80.91.229.3 (27 Dec 2014 21:23:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Dec 2014 21:23:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 27 22:23:02 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 1Y4ypA-0002FH-G1 for ged-emacs-devel@m.gmane.org; Sat, 27 Dec 2014 22:23:00 +0100 Original-Received: from localhost ([::1]:56932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4yp9-0004km-BB for ged-emacs-devel@m.gmane.org; Sat, 27 Dec 2014 16:22:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4yp6-0004jS-1B for emacs-devel@gnu.org; Sat, 27 Dec 2014 16:22:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4yp2-0000lW-Rz for emacs-devel@gnu.org; Sat, 27 Dec 2014 16:22:55 -0500 Original-Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:55667) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Y4yp2-0000jl-LW for emacs-devel@gnu.org; Sat, 27 Dec 2014 16:22:52 -0500 Original-Received: (qmail 3448 invoked by uid 0); 27 Dec 2014 21:22:48 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy2.mail.unifiedlayer.com with SMTP; 27 Dec 2014 21:22:48 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id YlNj1p0022UdiVW01lNmke; Sat, 27 Dec 2014 14:22:48 -0700 X-Authority-Analysis: v=2.1 cv=Lo0BlBtc 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=yRZMswi8Mllq46PjSpMA:9 Original-Received: from [70.94.38.149] (port=53186 helo=TAKVER) by host114.hostmonster.com with esmtpa (Exim 4.82) (envelope-from ) id 1Y4yos-0002U7-IZ for emacs-devel@gnu.org; Sat, 27 Dec 2014 14:22:42 -0700 In-Reply-To: <85egrkrk6m.fsf@stephe-leake.org> (Stephen Leake's message of "Sat, 27 Dec 2014 13:01:37 -0600") 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.18.3 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:180724 Archived-At: Stephen Leake writes: > 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). Never mind; I forgot to recompile in that build dir. -- -- Stephe