Re: Texinfo command nesting and syntax checking: nested @ref

2023-01-23 Thread Patrice Dumas
On Sun, Jan 22, 2023 at 09:19:30PM +, Gavin Smith wrote: > On Sat, Jan 21, 2023 at 03:12:15PM +0100, Patrice Dumas wrote: > > Please commit, I'll change the perl parser afterwards, it looks very > > easy to implement. I have a commit related to source marks ready that I > > can commit before o

Re: Bug#1024065: info: infinite(?) loop with LC_ALL=C

2023-01-23 Thread Jakub Wilk
* Hilmar Preuße , 2022-11-14 17:27: This seems to hang forever: $ LC_ALL=C info python3.10 -n 'Other Language Changes<3>' [...] Worse, when I change the terminal size while it's running, it segfaults. Backtrace: #0 0x5661ca96 in window_make_modeline (window=window@entry=0x582a0b30) at .

Re: Texinfo command nesting and syntax checking: nested @ref

2023-01-23 Thread Gavin Smith
On Sat, Jan 21, 2023 at 03:12:15PM +0100, Patrice Dumas wrote: > > I have started work on this, incrementing a counter at the > > @footnote open brace and decrement it at the closing brace (following > > the places in the code where ct_brace_command is popped from the > > context stack), but there