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: Org mode and Emacs Date: Sun, 12 Jun 2022 09:57:24 +0300 Message-ID: <83ilp6weqz.fsf@gnu.org> References: <87h74ztshe.fsf@gmx.de> <871qw31ois.fsf@yahoo.com> <8735gj4ceo.fsf@gnu.org> <87ee038ipt.fsf@gmx.de> <87o7z61v59.fsf@gmail.com> <87bkv527p5.fsf@gmail.com> <835yld93w7.fsf@gnu.org> <877d5t0yrn.fsf@gmail.com> <87r140yuof.fsf@gmail.com> <875yl9e7zm.fsf@gmail.com> <87y1y2irhn.fsf@yahoo.com> <87wndmaaow.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24096"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, rms@gnu.org, theophilusx@gmail.com, monnier@iro.umontreal.ca, acm@muc.de, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 12 08:58:38 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 1o0HYT-00066R-PJ for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Jun 2022 08:58:37 +0200 Original-Received: from localhost ([::1]:52060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0HYS-0005E2-Ik for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Jun 2022 02:58:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0HXb-0004Bo-Kc for emacs-devel@gnu.org; Sun, 12 Jun 2022 02:57:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0HXa-0006Ab-WD; Sun, 12 Jun 2022 02:57:43 -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=0+9dBq6rZ0uX26QfVSpwUMP60JNgvxplXwyUGDD1TtI=; b=YUk6FiRmu5X7 Q9ex/Sv3623vw8/cWeXHgz5zuoHotwPtGiRhVszWPHD1zy0z+vzwiUhwpjuZ/HFCBtGxAmViymusR 3QZge1I0svHaGqQ7052+/C+R89agc8VGKR7ij2Zbml9RzjFeSxtvt5cTh+QINl+gPN5pCvgjQmwPU 1uRlizwMQbC+SIsshHmD+5iYIGkV7aL7dHSFZtqWjHpaw/LtmKbc1AF3qFRAZ0Xsz08OwWWH17Doi gVmljpaBch3yndR/M8uZzz2gB9rFnfka7fy59LHWSPbpEI26cP8iWXQSpm1sZPAAQ41bhExcw0lAA Z6n4/o0UwdtDWMWJZc9TCw==; Original-Received: from [87.69.77.57] (port=1526 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 1o0HXa-00040P-31; Sun, 12 Jun 2022 02:57:42 -0400 In-Reply-To: <87wndmaaow.fsf@localhost> (message from Ihor Radchenko on Sun, 12 Jun 2022 10:15:59 +0800) 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" Xref: news.gmane.io gmane.emacs.devel:291075 Archived-At: > From: Ihor Radchenko > Cc: Richard Stallman , Tim Cross , > monnier@iro.umontreal.ca, acm@muc.de, emacs-devel@gnu.org > Date: Sun, 12 Jun 2022 10:15:59 +0800 > > Po Lu writes: > > > IIRC it's also much slower to create similarly sized .info files from > > Org source than it is with makeinfo > > Could you please quantify much slower? > Do you have concrete example of a .org file which can demonstrate the > problem? With an unoptimized build of Emacs 29, generation of org.texi from org.org takes 2.5 minutes here. An optimized build of Emacs 28 does that in 30 sec on one system and 1 minute on another. Generation of org.info then takes between 3 and 4 seconds.