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 19:48:09 +0300 Message-ID: <861q50zt4m.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> <87o78670uj.fsf@localhost> <861q521e84.fsf@gnu.org> <875xucddpj.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36659"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, kyle@kyleam.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 13 18:48:59 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 1sHndC-0009JK-77 for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jun 2024 18:48:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sHncX-0004uZ-1m; Thu, 13 Jun 2024 12:48:17 -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 1sHncV-0004u4-E2 for emacs-devel@gnu.org; Thu, 13 Jun 2024 12:48:15 -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 1sHncT-0007mG-DS; Thu, 13 Jun 2024 12:48:13 -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=jn8YognmJ/RI8J0AZ+FgBZQonyldtcnnzbzNDIKWxMg=; b=EYM3dkpnAWps 7pK9NrbdPu8d8Ae7Xd9/2WvZo2R4vyKMsEbicu9vcASBZtTukQURLp96ixKESCkfUTnLmwDm7sKbK 8pAyqX6DaVAZgDXomyj+FzQ1ZF7tazmluBDGVeeLcL6qNTLIPnmoD+GWjniFNMK9u1R/Un7UBTHyh vv5Z2JSP9pI/zjawKSWfGNrUh5mx4GXmhd8Gj1CBXreozlxyRFgtAZzSj1GwN5+MIYzKe3D6hGsiC LY4YNUAZXcUoY1Fd/OJvC1gm3DF7sUzfKHr+TuZ7A5WGSu9+a14xDnkrfgYzIKcJGfPIq/0ys6AVQ f9/o0cjHGq/1251IYHPd/A==; In-Reply-To: <875xucddpj.fsf@localhost> (message from Ihor Radchenko on Thu, 13 Jun 2024 16:12:08 +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:320030 Archived-At: > From: Ihor Radchenko > Cc: Eli Zaretskii , kyle@kyleam.com, emacs-devel@gnu.org, > monnier@iro.umontreal.ca > Date: Thu, 13 Jun 2024 16:12:08 +0000 > > Stefan Kangas writes: > > > Eli Zaretskii writes: > > > >> Maybe Stefan could tell how he found this problem, and then we can > >> take it from there. > > > > I noticed that I could no longer find the Org manual in `C-h i` after > > make bootstrap. > > Then, the simplest kind of test might be making sure that > "/info/dir" file lists each /info/*.info file as ^\* .+: (). > Does it make sense? That's fragile, I think: there's no 100% guarantee that the above must happen. I'd rather use install-info. For example: . run "install-info --delete $f DIR" for each target Info file . copy the resulting file DIR to DIR.empty1 (it should have no entries) . run "install-info $f DIR" for each target Info file . run "install-info --delete $f DIR" for each target Info file . compare DIR with DIR.empty -- they should be identical