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: Slow generation of Org manual Date: Sat, 29 Jun 2024 17:31:11 +0300 Message-ID: <86le2nizww.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30049"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 29 16:32:20 2024 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 1sNZ7j-0007ZX-9V for ged-emacs-devel@m.gmane-mx.org; Sat, 29 Jun 2024 16:32:19 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sNZ6s-0000D7-54; Sat, 29 Jun 2024 10:31:26 -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 1sNZ6i-0000CK-VX for emacs-devel@gnu.org; Sat, 29 Jun 2024 10:31:19 -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 1sNZ6h-0006Rq-LL; Sat, 29 Jun 2024 10:31:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=QzSu8CHm92nX74JIEzAjBwu8uvAKv//9hRxGtu/PQlo=; b=aoVDgPf1UllTGe sPfdsoUKUCxmCkG+y1Aglh9M6l8WGkC4n1vQ7ooLN+93WY0GNS9vu8eL4AFCpgSas0B5zc43XcYy0 28K50iztvcsMBPa00HZpdlHU3lFVmOH7s+MC6xvS/IehQ85rycGnDxAZKQY3sNffG10YNfMLSnw0M 3VtLwJKJfaIMTMJIvXc0OfE+igYc6Xtgl9VLCGxycln8a3RzY7OXfVG8A43ToyRM6w9fxIxEq3Mr9 xtUSuL6mYXK/evzdJPtplbBTsReJlFy8CWX8UOfxoNN+Q2vxiAF7NLVAlkY8BLJTiGTSGTWxmFmoA eUaHUw0FfkmjMi6xsFBg==; 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:320852 Archived-At: The generation of the Org manual from org.org on the master branch is again taking a long time. On one system I use (which is relatively slow), it takes a whopping 4.5 min. On a much faster system it still takes more than 20 sec. Can this be sped-up, please?