On Sun, Nov 20, 2022 at 11:30:08AM -0800, David Bacon wrote: > The following command on the attached .texi file never terminates, but > spins while consuming more and more memory until it is killed: > > $ makeinfo --html --no-split --no-headers setl-lib.texi
Thanks for the report. I'll have a look tonight. Here is a small reproducer (with --html), maybe it could be even smaller with the macro pre-expansion, but I'll look at it later: @alias rfe = ref @macro refglyph {node} @rfe{\node\} @end macro @node sharp @section @refglyph{sharp} tuple -- Pat