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: master 5a125fb5a97 1/2: Update to Org 9.7.3 Date: Thu, 13 Jun 2024 18:55:17 +0300 Message-ID: <865xuczvkq.fsf@gnu.org> References: <171796793548.23337.12512115872160390161@vcs2.savannah.gnu.org> <20240609211858.A2C31C1F9FB@vcs2.savannah.gnu.org> <87ed927ris.fsf@kyleam.com> <86frti1r1w.fsf@gnu.org> <87tthy71xw.fsf@localhost> <864j9y1fge.fsf@gnu.org> <86wmmuyuk1.fsf@gnu.org> <87bk44df0d.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33128"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, kyle@kyleam.com, stefankangas@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 13 17:56:08 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 1sHmo4-0008KQ-Iv for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jun 2024 17:56:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sHmnL-0001zJ-QV; Thu, 13 Jun 2024 11:55:23 -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 1sHmnK-0001z7-W8 for emacs-devel@gnu.org; Thu, 13 Jun 2024 11:55:23 -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 1sHmnI-0005f4-UI; Thu, 13 Jun 2024 11:55:20 -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=fNVfc4oPLoV7U31wIdPMsoYw5mQulOMIuU1QT9PnnWI=; b=rbrGpKnN5Dsw SWAprHxYFjUAqd2AIRF11rh40NMWtt0pGzrSwJ5jbIzp4Zclet+D9KtOSnm4RYl4/HHVWVGrnmUa9 zdH03ax8rI5JFw60nwHCgGezf4kI7gxV9v3TNn2XHgimdGxccY4VrrZaYFw6fEKXmi3HuNCKartp2 1IYXUmuB3uk4oAAhDQEAnPR7NTvS7Oo0HkgOuY/QfvfqkMiDmQZ4UAX6kPHiclM+vLAx9dMkHaDaQ kBajyQVjXNazfi2acfXhsDIQ27NAdRe9n6TWXwX4NZN90IfCSxEdfM38dbFIGj+ATmWawybkiqNQp UYXm/lylsaW26mrZLDsKaA==; In-Reply-To: <87bk44df0d.fsf@localhost> (message from Ihor Radchenko on Thu, 13 Jun 2024 15:44:02 +0000) 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:320027 Archived-At: > From: Ihor Radchenko > Cc: Stefan Monnier , kyle@kyleam.com, > stefankangas@gmail.com, emacs-devel@gnu.org > Date: Thu, 13 Jun 2024 15:44:02 +0000 > > Eli Zaretskii writes: > > >> I don't think this argument is very convincing: getting the info "from > >> org.org via an awk script" is not that different from getting it "from > >> org.org via org-export plus install-info". > > > > If we could use install-info, we didn't need that script at all. The > > comments in the top-level Makefile explain why we don't use > > install-info for generating DIR in the build tree. > > I am seeing > > ## FIXME: > ## If info/dir is missing, but we have install-info, we should let > ## that handle it. If info/dir is present and we do not have install-info, > ## we should check for missing entries and add them by hand. > > Does it mean that making use of install-info would be fine, if it is available? No: ## It would be much simpler if info/dir was only created in the ## installation location by the install-info rule, but we also ## need one in the source directory for people running uninstalled. ## FIXME it would be faster to use the install-info program if we have it, ## but then we would need to depend on ${INFOS}, which would ## slow down parallelization. So there are two problems: . install-info doesn't have to be available . even if it is available, it gets in the way of highly-parallel builds