From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New warnings from texinfo 7 Date: Tue, 08 Nov 2022 14:25:26 +0200 Message-ID: <83mt91y6o9.fsf@gnu.org> References: <87o7thhjiu.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32118"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 08 13:26:11 2022 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 1osNgA-0008DX-NP for ged-emacs-devel@m.gmane-mx.org; Tue, 08 Nov 2022 13:26:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1osNfs-0002Aq-RT; Tue, 08 Nov 2022 07:25:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osNfq-00026l-L1 for emacs-devel@gnu.org; Tue, 08 Nov 2022 07:25:50 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osNfp-0005UE-C8; Tue, 08 Nov 2022 07:25:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=H7MSih9QAUJinIzE3QSOdh3SMo7iPS4TP0SgNZRhmz8=; b=BeohkIVCNSBJ zrHuBi0sY9jCGnxV7O/MGBoPGdfrm5gWLtviopTZk0BkfsdpLc41HEovDh+U35DfLmXlKMKxfxMZ2 mjDZcXJ/pAE1alv3oRnVGewOnEmhIIH3rogMpExqL0zwDI72rrovb0Au3txNUT2RnzrU0deyNMfb2 Ihqh0g0xhjR92hZuumuGNEKHLF4pRgKljm8HXr6xmxDpcKp2Z2HWZ/d1n9DSNSKPoqH3xlVx7sNWT ubHz+KhOmQ/Q+l7bWkvYHfvicU99E3w+A4uTCfiolr7yPaMci2qfM/5h2z+T2rw/CKwot7uxNpAzV JP5oeO83MmKZFdrhRG09bg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osNfe-0001JJ-E5; Tue, 08 Nov 2022 07:25:45 -0500 In-Reply-To: <87o7thhjiu.fsf@gmail.com> (message from Robert Pluim on Tue, 08 Nov 2022 10:39:53 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299337 Archived-At: > From: Robert Pluim > Date: Tue, 08 Nov 2022 10:39:53 +0100 > > > Texinfo 7 now warns about @xref and similar inside @w. The only place > this affects in our documentation is ede.texi. Any objections to the > following? None. They were mistakes to begin with, AFAIU. Thanks. P.S. Btw, making the text of an @item be @xref is bad Texinfo style, it only looks good in the HTML output.