From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#37008: 27.0.50; xref-find-definition versus find-tag in Introduction to Programming in Emacs Lisp Date: Mon, 12 Aug 2019 17:34:32 +0200 Message-ID: <20190812153431.GD31482@protected.rcdrun.com> References: <835zn2towv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="79835"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: 37008@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 12 17:35:10 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hxCLm-000Kf9-FC for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Aug 2019 17:35:10 +0200 Original-Received: from localhost ([::1]:46534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxCLl-0004HK-BK for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Aug 2019 11:35:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45140) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxCLg-0004Gd-9m for bug-gnu-emacs@gnu.org; Mon, 12 Aug 2019 11:35:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxCLf-00067L-3X for bug-gnu-emacs@gnu.org; Mon, 12 Aug 2019 11:35:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38505) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hxCLf-00067G-03 for bug-gnu-emacs@gnu.org; Mon, 12 Aug 2019 11:35:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hxCLd-0002Md-Kw for bug-gnu-emacs@gnu.org; Mon, 12 Aug 2019 11:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Aug 2019 15:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37008 X-GNU-PR-Package: emacs Original-Received: via spool by 37008-submit@debbugs.gnu.org id=B37008.15656240849058 (code B ref 37008); Mon, 12 Aug 2019 15:35:01 +0000 Original-Received: (at 37008) by debbugs.gnu.org; 12 Aug 2019 15:34:44 +0000 Original-Received: from localhost ([127.0.0.1]:47326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hxCLM-0002M2-1f for submit@debbugs.gnu.org; Mon, 12 Aug 2019 11:34:44 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:46145) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hxCLJ-0002Lp-9L for 37008@debbugs.gnu.org; Mon, 12 Aug 2019 11:34:41 -0400 Original-Received: from protected.rcdrun.com ([::ffff:31.223.149.236]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000070243.000000005D51870B.00000520; Mon, 12 Aug 2019 08:34:35 -0700 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local id 00000000000C18DE.000000005D518708.000058F2; Mon, 12 Aug 2019 17:34:32 +0200 Content-Disposition: inline In-Reply-To: <835zn2towv.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:164919 Archived-At: * Eli Zaretskii [2019-08-12 16:55]: > > From: Jean Louis > > Date: Mon, 12 Aug 2019 03:52:31 +0200 > > > > > > A this node: > > > > File: eintr.info, Node: On Reading this Text, Next: Who You Are, > > Prev: Why, Up: Preface > > > > reference is made to `find-tag' function. But function is obsolete > > find-tag > > > > This function is obsolete since 25.1; > > use ‘xref-find-definitions’ instead. > > Probably introduced at or before Emacs version 19.20. > > > > Thus the manual should be corrected as not to confuse beginners. > > You are somehow reading a very old version of that manual, because > this issue was fixed more than a year ago (see bug#31542), and Emacs > 26 ships with the fix. I cannot find even a single reference to > find-tag in eintr.info that comes with Emacs 26, let alone 27. You are right. I had distribution version on my computer. And I have assumed that GNU Emacs is reading its own new version of info, but is not, it finds its priorities somehow else. I have removed now system distribution. Thank you, then it is fine! Jean