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: emacs-29 889a550ca08: ; Fix Texinfo warnings Date: Sun, 22 Oct 2023 14:03:29 +0300 Message-ID: <83mswaq5q6.fsf@gnu.org> References: <169796650463.2984.6470791064475342706@vcs2.savannah.gnu.org> <20231022092145.0486AC09BDB@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37111"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 22 13:04:24 2023 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 1quWFr-0009V2-07 for ged-emacs-devel@m.gmane-mx.org; Sun, 22 Oct 2023 13:04:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quWF2-0001rv-LX; Sun, 22 Oct 2023 07:03:32 -0400 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 1quWF0-0001re-4t for emacs-devel@gnu.org; Sun, 22 Oct 2023 07:03:30 -0400 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 1quWEz-00084R-S9 for emacs-devel@gnu.org; Sun, 22 Oct 2023 07:03:29 -0400 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=PnHzaG5pCL8+fjdS94miap4RdaQtT8hlsChm0dPLYCI=; b=ZoglGY7txcCu Uxdt9YQgUTfLHrXQ7FeqtoTNRgTaihEcSwVOa/BGH+deSzZrNYOLEzP4T1iy9wImdq7oxTSnjQbMa p3G7YuOCxvrLMJjBux6+x7qU1S7yN6CbZgB0UO74ul84vFxVSg9LDK6gabFjiGSu3fzYXIW9drFLQ XA0GLHiwzHrLxa/x1xesQ54l7kdqXbw+ECLFTzFmQPgQVohRNpl+HtS+KkhQnkk/50bCGvyGCm9fr tNUtM1b5pY8wHU1YFLsTLZPol/IqRhZ6ZANhhIQje7j/mL9jmwW456JOlx2PsGvwLYZEkcP61L7KH byRAah67nLN6MBDaQUXySQ==; In-Reply-To: (message from Arash Esbati on Sun, 22 Oct 2023 12:30:43 +0200) 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:311679 Archived-At: > From: Arash Esbati > Cc: Eli Zaretskii > Date: Sun, 22 Oct 2023 12:30:43 +0200 > > Eli Zaretskii writes: > > > branch: emacs-29 > > commit 889a550ca0847679bc96547c14622e239eb93f91 > > Author: Eli Zaretskii > > Commit: Eli Zaretskii > > > > ; Fix Texinfo warnings > > > > * doc/misc/wisent.texi (Grammar format): > > * doc/misc/efaq.texi (Not writing files to the current directory): > > * doc/misc/ede.texi: > > * doc/lispref/errors.texi (Standard Errors): Fix warnings emitted > > by makeinfo 7.1. > > Thanks for fixing them. I get other warnings as well (cc-mode.texi, > octave-mode.texi, org.texi, tramp.texi which will be adressed by the > package maintainers, I guess) but I think this one is in your hands: I fixed octave-mode.texi as well, just didn't mention it in the log message. The rest are maintained outside Emacs, so the respective maintainers will have to pick up the gauntlet (when they upgrade Texinfo). > emacs-lisp-intro.texi:15802: warning: @noindent is useless inside of a > paragraph > > which is about this piece of input: > > @c colon in printed section title causes problem in Info cross reference > This way, we avoid an error. > @iftex > @noindent > (For information about @code{and}, see > @ref{kill-new function, , The @code{kill-new} function}.) > @end iftex > @ifinfo > @noindent > (@xref{kill-new function, , The @code{kill-new} function}, for > information about @code{and}.) > @end ifinfo Don't worry about this. (I for now downgraded back to Texinfo 7.0.3 because 7.1 is abysmally slow on my system.)