Re: Could texinfo.tex skip re-reading defaults from txi-en.tex ?

2025-07-11 Thread Gavin Smith
On Fri, Jul 11, 2025 at 06:35:04PM +0100, Gavin Smith wrote: > On Fri, Jul 11, 2025 at 07:14:13PM +0200, Sebastian Meyer wrote: > > Would it make sense for texinfo.tex to skip over @documentlanguage en when > > no other language has been set before? > > It seems like it is a special case for not m

Re: Could texinfo.tex skip re-reading defaults from txi-en.tex ?

2025-07-11 Thread Gavin Smith
On Fri, Jul 11, 2025 at 07:14:13PM +0200, Sebastian Meyer wrote: > Now that CTAN no longer contains the translation files (following a recent > thread on this list, > ), the > texinfo bundle from CTAN is no longer sufficient to p

Could texinfo.tex skip re-reading defaults from txi-en.tex ?

2025-07-11 Thread Sebastian Meyer
Now that CTAN no longer contains the translation files (following a recent thread on this list, ), the texinfo bundle from CTAN is no longer sufficient to process the following minimal Texinfo document \input texinfo

Re: Texinfo::Common::debug_print_tree doesn't work well with Texinfo::TreeElement

2025-07-11 Thread Gavin Smith
On Fri, Jul 11, 2025 at 11:26:19AM +0200, Patrice Dumas wrote: > On Fri, Jul 11, 2025 at 12:45:05AM +0100, Gavin Smith wrote: > > As Texinfo tree elements are now blessed into the Texinfo::TreeElement > > class, this class is output by Data::Dumper when used by > > Texinfo::Common::debug_print_tree

Re: Texinfo::Common::debug_print_tree doesn't work well with Texinfo::TreeElement

2025-07-11 Thread Patrice Dumas
On Fri, Jul 11, 2025 at 12:45:05AM +0100, Gavin Smith wrote: > As Texinfo tree elements are now blessed into the Texinfo::TreeElement > class, this class is output by Data::Dumper when used by > Texinfo::Common::debug_print_tree. I use this fairly often when developing > and/or debugging. Sample