Re: emacs manuals: make docs (html) issue with the index.html output

2021-12-21 Thread Jean-Christophe Helary
> On Dec 22, 2021, at 16:19, Jean-Christophe Helary > wrote: > > > >> On Dec 22, 2021, at 4:00, Gavin Smith wrote: >> >> On Tue, Oct 19, 2021 at 08:30:59PM +0900, Jean-Christophe Helary wrote: > When running "make docs" to produce the emacs manuals HTML sets with the > following

Re: emacs manuals: make docs (html) issue with the index.html output

2021-12-21 Thread Jean-Christophe Helary
> On Dec 22, 2021, at 4:00, Gavin Smith wrote: > > On Tue, Oct 19, 2021 at 08:30:59PM +0900, Jean-Christophe Helary wrote: When running "make docs" to produce the emacs manuals HTML sets with the following options: HTML_OPTS = --split=chapter --html There are i

Re: Corrupted directory output

2021-12-21 Thread Brendan O'Dea
On Wed, 22 Dec 2021 at 05:42, Gavin Smith wrote: > On Mon, Nov 22, 2021 at 09:39:02AM +1100, Brendan O'Dea wrote: > >- One instance of struct spec_entry is not correctly initialised (patch > >is attached). That doesn't cause problems now as far as I can tell, but > >doesn't hurt to fi

Re: version 6.8 forces Table of Contents to top of HTML document

2021-12-21 Thread Gavin Smith
On Mon, Oct 18, 2021 at 10:35:17AM +0200, Benno Schulenberg wrote: > > By default a list of chapters isn't output at the start, as it would > > be repetition from the table of contents. However, if > > "-c CONTENTS_OUTPUT_LOCATION=inline" is given as an option to texi2any, > > I see that it is a

info.js bugs

2021-12-21 Thread Gavin Smith
On Sat, Oct 09, 2021 at 06:42:11PM -0700, Per Bothner wrote: > Compare > https://domterm.org/Wire-byte-protocol.html > with > https://domterm.org/Frontends.html > Unrelated to your original message, but looking at those pages, I noticed a few problems with info.js: * Typing "i" brings up

Re: control over sectioning and splitting

2021-12-21 Thread Gavin Smith
On Sat, Oct 09, 2021 at 06:42:11PM -0700, Per Bothner wrote: > Compare > https://domterm.org/Wire-byte-protocol.html > with > https://domterm.org/Frontends.html > > The former is a section, it is divided into subsections, > which appear in the sidebar (when the page is selected) and in the

Re: emacs manuals: make docs (html) issue with the index.html output

2021-12-21 Thread Gavin Smith
On Tue, Oct 19, 2021 at 08:30:59PM +0900, Jean-Christophe Helary wrote: > >> When running "make docs" to produce the emacs manuals HTML sets with the > >> following options: > >> > >> HTML_OPTS = --split=chapter --html > >> > >> There are issues with the ToC files and index files in > >> > >> 1

Re: Corrupted directory output

2021-12-21 Thread Gavin Smith
On Mon, Nov 22, 2021 at 09:39:02AM +1100, Brendan O'Dea wrote: >- One instance of struct spec_entry is not correctly initialised (patch >is attached). That doesn't cause problems now as far as I can tell, but >doesn't hurt to fix. Thanks, committed in your name in cc4376b915.

Re: Corrupted directory output

2021-12-21 Thread Gavin Smith
On Mon, Nov 22, 2021 at 09:39:02AM +1100, Brendan O'Dea wrote: > Thanks Gavin, that looks good. valgrind no longer complains about the > folding.info input, and the output doesn't include garbage. > > I've sent a change to the folding-mode maintainer to fix their index: > https://github.com/jaalt

Re: Mention workaround to change margins

2021-12-21 Thread Gavin Smith
On Sun, Dec 05, 2021 at 03:57:27AM +0800, 積丹尼 Dan Jacobson wrote: > (info "(texinfo) @pagesizes") says: > > To make more elaborate changes, such as changing any of the page >margins, you must define a new command in 'texinfo.tex' or >'texinfo.cnf'. > > Mention a workaround: This is

Re: Mention how to unindent footnotes

2021-12-21 Thread Gavin Smith
On Sun, Dec 05, 2021 at 03:35:03AM +0800, 積丹尼 Dan Jacobson wrote: > On > (info "(texinfo) Footnote Styles") > (info "(texinfo) @paragraphindent") > mention how to unindent footnotes. > $ makeinfo --plaintext --set-customization-variable paragraphindent=0 > doesn't work. > > Or mention that 'sorry,

Re: Always show source code of examples

2021-12-21 Thread Gavin Smith
On Sun, Dec 05, 2021 at 12:19:36PM -0500, Alfred M. Szmidt wrote: > Good point. Update attached. I'm slightly unsure on the @group, > since I haven't rendered a hardcopy. Thanks committed in your name as 2386f68e26323. I converted to PDF and it looked fine. PS if you send any more patches I wi

Re: Directory names hard-coded in Texinfo Perl scripts

2021-12-21 Thread Eli Zaretskii
> Date: Tue, 21 Dec 2021 16:29:02 +0100 > From: Patrice Dumas > Cc: Nikolay Kudryavtsev , > bug-texinfo@gnu.org > > > I think that code gets copied into both script. Gavin, am I right? > > I think that makeinfo is now a link to texi2any. But maybe it could > also be a copy depending on t

Re: Mention how to unindent footnotes

2021-12-21 Thread Alfred M. Szmidt
AMS>$ makeinfo --plaintext --set-customization-variable paragraphindent=0 AMS>doesn't work. Does not!: $ makeinfo --plaintext --set-customization-variable paragraphindent=0 < /dev/null $ Those are not the same. AMS>Or mention that 'sorry, it is impossible. Use s

Re: Directory names hard-coded in Texinfo Perl scripts

2021-12-21 Thread Patrice Dumas
On Tue, Dec 21, 2021 at 02:27:12PM +0200, Eli Zaretskii wrote: > > From: Nikolay Kudryavtsev > > Date: Tue, 21 Dec 2021 14:29:27 +0300 > > Cc: gavinsmith0...@gmail.com, bug-texinfo@gnu.org > > > > Yes, Eli, I tested your patch on both. > > > > But here I'm talking about texinfo repo master, wher

Re: Directory names hard-coded in Texinfo Perl scripts

2021-12-21 Thread Eli Zaretskii
> From: Nikolay Kudryavtsev > Date: Tue, 21 Dec 2021 14:29:27 +0300 > Cc: gavinsmith0...@gmail.com, bug-texinfo@gnu.org > > Yes, Eli, I tested your patch on both. > > But here I'm talking about texinfo repo master, where only texi2any has > been patched. I think that code gets copied into both

Re: Directory names hard-coded in Texinfo Perl scripts

2021-12-21 Thread Nikolay Kudryavtsev
Yes, Eli, I tested your patch on both. But here I'm talking about texinfo repo master, where only texi2any has been patched.