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
* 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
.
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