From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 f8208b6: Document the user-level features of the Xref package Date: Mon, 25 Jan 2016 21:44:38 -0500 Message-ID: <56A6DD96.1080900@cornell.edu> References: <20160109191428.26341.44105@vcs.savannah.gnu.org> <5691C9D2.7080905@yandex.ru> <83egdpmo1j.fsf@gnu.org> <56929D6F.2050508@yandex.ru> <834melmfa4.fsf@gnu.org> <5692B1E0.8010100@yandex.ru> <831t9pma4e.fsf@gnu.org> <5693FDFA.2070607@yandex.ru> <83ziwbkj5l.fsf@gnu.org> <5694055E.6050201@yandex.ru> <83si1udcaz.fsf@gnu.org> <569D64AC.1060606@yandex.ru> <83powxbh6c.fsf@gnu.org> <569EB04F.800@yandex.ru> <8337tsc133.fsf@gnu.org> <56A05073.5090100@yandex.ru> <83powu96yo.fsf@gnu.org> <56A1277B.9080001@yandex.ru> <83a8ny92rg.fsf@gnu.org> <56A1357B.2020601@yandex.ru> <8360ym8zvk.fsf@gnu.org> <56A13B4C.6040101@yandex.ru> <831t9a8yik.fsf@gnu.org> <56A434E4.7030104@yandex.ru> <838u3f3si0.fsf@gnu.org> <56A687E2.7000300@cornell.edu> <56A693BF.8020505@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1453776313 25773 80.91.229.3 (26 Jan 2016 02:45:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2016 02:45:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 03:45:04 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 1aNtct-00040o-AL for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2016 03:45:03 +0100 Original-Received: from localhost ([::1]:41581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNtcs-0001sD-4O for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2016 21:45:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNtcd-0001s0-Qg for emacs-devel@gnu.org; Mon, 25 Jan 2016 21:44:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNtca-0000k1-L7 for emacs-devel@gnu.org; Mon, 25 Jan 2016 21:44:47 -0500 Original-Received: from limerock02.mail.cornell.edu ([128.84.13.242]:57985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNtca-0000jl-Gx; Mon, 25 Jan 2016 21:44:44 -0500 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id u0Q2ig87010083; Mon, 25 Jan 2016 21:44:43 -0500 Original-Received: from [10.13.22.4] ([198.74.255.70]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id u0Q2ien0017100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 25 Jan 2016 21:44:42 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <56A693BF.8020505@yandex.ru> X-MIME-Autoconverted: from 8bit to quoted-printable by limerock02.mail.cornell.edu id u0Q2ig87010083 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.84.13.242 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:198827 Archived-At: On 1/25/2016 4:29 PM, Dmitry Gutov wrote: > On 01/25/2016 11:38 PM, Ken Brown wrote: > >> After reading the Xref node and glancing at the "Creating Tags Tables" >> node, I remembered that there was a 'tags' target in the top level >> Makefile of the emacs tree, so I gave the command 'make tags' to creat= e >> the TAGS files. Then I visited a C file in the src directory and trie= d >> 'M-.' on an identifier. The result was the error message 'Symbol=92s >> function definition is void: etags--xref-backend'. > > That sounds like a bug. Did you try it in the current version in the > branch emacs-25? I fixed something like that not too long ago (though > more than a week ago, for sure). I just pulled and rebuilt, and the problem is gone. Thanks. Ken