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: Improvements to Emacs documentation accessibility Date: Thu, 13 Oct 2022 09:08:53 +0300 Message-ID: <8335bsb6h6.fsf@gnu.org> References: <7263e075-429e-596f-f97d-47988b362e31@johnhaman.org> <8335btcfwi.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6742"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mail@johnhaman.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 13 08:11:12 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 1oirR1-0001ZY-Lm for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Oct 2022 08:11:11 +0200 Original-Received: from localhost ([::1]:50444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oirR0-00082y-2v for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Oct 2022 02:11:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oirOc-0006qL-HX for emacs-devel@gnu.org; Thu, 13 Oct 2022 02:08:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oirOc-0000LD-21; Thu, 13 Oct 2022 02:08:42 -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=+2VmL2TKKpNCG9S4zk14GgwHwOrDhlkV1+DDp5a1vtg=; b=gO67hpIbT6jl h2uSKvPClCvQai9ltR9qAgPv3+TJN76B3PsQ4SlaOUir013hVRMvZLf9O0jM8b2LrRr7DX7XSM1HM t+dfNnVUbnsr0O/obvM3VM1kwbbOIfkNzYd25uD6OqBE/wNdUnFWpmtnCnMe0Ld0HU3yCyv3V7ebk Bru6N2/hojVstCQd0qrarmDWwon8mWLqGZB750uI40Z/qHaT44SnSwB4BdpbivJdFBs4CCzFeaQT7 nY7vYYXbM52AWTwsP5TaaawS7SA7lHRNz9g2RUplPuMIhBmL9DjrDd7Bzj9gIBCM4aCZb8Kd/lk1M +DGwVHR/7Obo3I9nsfk8Fw==; Original-Received: from [87.69.77.57] (port=2210 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 1oirOb-0003WJ-98; Thu, 13 Oct 2022 02:08:41 -0400 In-Reply-To: (message from Stefan Kangas on Wed, 12 Oct 2022 20:31:41 -0700) 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:297656 Archived-At: > From: Stefan Kangas > Date: Wed, 12 Oct 2022 20:31:41 -0700 > Cc: emacs-devel@gnu.org > > Eli Zaretskii writes: > > > AFAIU, the following is missing from the HTML manuals: > > > > > > > > This is strange, since I think the previous version did include that > > heading. Texinfo does produce it, but AFAIR the script that edits the > > HTML for the Web site was originally removing that line. That should > > have been fixed several months ago. > > > > Stefan, can you please look into this? > > This should now be fixed. > > I had to regenerate the HTML files using the makeinfo version from > Debian testing/bookworm, instead of the one from stable/bullseye that I > used previously. Thanks. I think the conclusion here is that we should use the latest released Texinfo version when generating the manuals. Maybe it's something to be said in make-tarball.txt. (I always build my own Texinfo from sources on systems where I need to generate Emacs manuals, FWIW. It's not hard to build it.)