From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master fc759eb: Fix with-coding-priority markup in Elisp manual Date: Sat, 13 Jun 2020 20:16:37 +0300 Message-ID: <83tuze3myy.fsf@gnu.org> References: <83bluklk7f.fsf@gnu.org> <87a7179drp.fsf@tcd.ie> <83zh972cfs.fsf@gnu.org> <87y2oq6hzl.fsf@tcd.ie> <83wo4a3oju.fsf@gnu.org> <87eeqi3nky.fsf@tcd.ie> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="95953"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 13 19:17:19 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jk9mR-000OrO-DY for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jun 2020 19:17:19 +0200 Original-Received: from localhost ([::1]:55272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jk9mQ-0001cr-Es for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jun 2020 13:17:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jk9lu-0001Cl-PG for emacs-devel@gnu.org; Sat, 13 Jun 2020 13:16:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60613) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jk9lt-0007ak-Ts; Sat, 13 Jun 2020 13:16:45 -0400 Original-Received: from [176.228.60.248] (port=4243 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jk9lt-00088t-9j; Sat, 13 Jun 2020 13:16:45 -0400 In-Reply-To: <87eeqi3nky.fsf@tcd.ie> (contovob@tcd.ie) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252191 Archived-At: > From: "Basil L. Contovounesios" > Cc: emacs-devel@gnu.org > Date: Sat, 13 Jun 2020 18:03:25 +0100 > > > From the Texinfo POV the result is perfectly correct, and provides a > > better location to an Info reader (although ISTR the Emacs reader > > disregards that). > > Are you referring to the fact that following the xref doesn't take you > to the definition of progn? Yes. > Because I would have guessed that's because there's no > @anchor{progn}. The @anchor shouldn't be needed, the Info reader should just search for the first occurrence of "progn" in the node. ISTR that at some point the stand-alone Info reader did that, but I'm not sure, and the latest version doesn't AFAICT. Maybe we should enhance info.el to do that. In any case, the printed manual produces a more targeted reference from a 2-argument xref.