On Sat, Feb 19, 2022 at 10:38:23PM +0000, Gaël Bonithon wrote: > It doesn't seem to depend on the version of Texinfo for me. > I had tried downgrading to versions 6.6 and 6.7 during the Octave problem > cited in my first post, and I tried earlier by building from the latest > commit 091f22068c for the test case in this thread, with still the same > result. > > Here are the links to the PKGBUILDs used to build for reference, but there > doesn't seem to be anything special there: > 6.8: > https://github.com/archlinux/svntogit-packages/blob/packages/texinfo/trunk/PKGBUILD > git: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=texinfo-git
I do not understand why there is a bug with the XS Parser for you. The XS parser is enable by default since Texinfo 6.8, which explains why with 6.7 there is always the bug. A possibility could be that you actually use the pure perl parser. Could you please set export TEXINFO_XS=debug and try to run makeinfo (6.8 or development version) to see if you really use the XS Parser? -- Pat
