From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: emacs-29 889a550ca08: ; Fix Texinfo warnings Date: Mon, 23 Oct 2023 12:36:34 +0200 Message-ID: References: <169796650463.2984.6470791064475342706@vcs2.savannah.gnu.org> <20231022092145.0486AC09BDB@vcs2.savannah.gnu.org> <83mswaq5q6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13739"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 23 12:37:45 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 1qusJc-0003KG-60 for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Oct 2023 12:37:44 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qusIb-0000Z9-8N; Mon, 23 Oct 2023 06:36:41 -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 1qusIY-0000Tl-JE for emacs-devel@gnu.org; Mon, 23 Oct 2023 06:36:39 -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 1qusIY-0001Re-Ax for emacs-devel@gnu.org; Mon, 23 Oct 2023 06:36:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=g1TLqhP6OsQp5hq0pemIAnAyVI91auQgz2XoVsu42KY=; b=FOBzzeoG470BT8PMw0Ck Ul/XF1B0C1XKePb2tj+PEplj4eVzZc5ulDQIJbv9UabjnaRgRw87CG+/JCu4sOEGin6ZMoGO3wYlV MB6lACj1A1Xxys7qfFyWEyQi+kGF2OfIuSISi9zIy6ebEwX2/NmcOO7jzfspqvJPHs+FCtNsTPd/p 3Z1FZTtW5NFgosu55mxG1UtojT+Ygpf+CotnkfD2YNLAr8MZ3xF1vqQxlNfU/fyISu1dDIHwncJmB VFCOq18+08oBmCfVanmYIl32kQuSHt3LpFiKOY3VFkmKiMTVsOOoeZtSc2eprRtLefj6D+hL5mdQT M8VcRRQp3r8YeQ==; In-Reply-To: <83mswaq5q6.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 22 Oct 2023 14:03:29 +0300") 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:311700 Archived-At: Eli Zaretskii writes: > I fixed octave-mode.texi as well, just didn't mention it in the log > message. Ah, sorry, I missed that. > Don't worry about this. (I for now downgraded back to Texinfo 7.0.3 > because 7.1 is abysmally slow on my system.) Last time I checked how long it takes to build Emacs on my system, it was something more than 3 minutes; now it takes more than 4 minutes. I can't say if it's due to new Texinfo though; I didn't roll back to test. This is on a MacBook Air M2. Best, Arash