MATHJAX_CONFIGURATION should only have extra configuration

2024-10-12 Thread Gavin Smith
On Thu, Sep 05, 2024 at 04:11:03PM +0200, Rudolf Adamkovič wrote: > Patrice Dumas writes: > > > Here it is: > > https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=edc041b0aa896ecdf03b7951224e850041a3bed1 > > Thank you, Patrice! > > I set `MATHJAX_CONFIGURATION' to > >loader: { >

Re: hard to understand code for the representation of tab

2024-10-12 Thread Gavin Smith
On Sat, Oct 12, 2024 at 09:15:10PM +0200, Patrice Dumas wrote: > Hello, > > This is not important, but in the info code, in info/util.c in the > printed_representation function, which returns a pointer to string that > is the printed representation of character (or other logical unit) if it > were

Re: hard to understand code for the representation of tab

2024-10-12 Thread Eli Zaretskii
> Date: Sat, 12 Oct 2024 21:15:10 +0200 > From: Patrice Dumas > > This is not important, but in the info code, in info/util.c in the > printed_representation function, which returns a pointer to string that > is the printed representation of character (or other logical unit) if it > were printed

hard to understand code for the representation of tab

2024-10-12 Thread Patrice Dumas
Hello, This is not important, but in the info code, in info/util.c in the printed_representation function, which returns a pointer to string that is the printed representation of character (or other logical unit) if it were printed at a given screen column. l 226 for tab there is a code that I do