Re: luatex problems with texinfo.tex

2016-01-03 Thread Werner LEMBERG
> Here's a file that I ran with pdftex and with luatex: both worked. > If this looks right, the code can be moved into texinfo.tex. Nice! Does similar code exist for XeTeX? Werner

Re: luatex problems with texinfo.tex

2016-01-03 Thread Karl Berry
Here's a file that I ran with pdftex and with luatex: both worked. Worked for me too (also tex and etex; xetex still fails, of course, but that's ok). Nice job. I could ask my LuaTeX friends if we're missing anything, but it looks straightforward. My only comment is merely stylistic: for t

Re: texinfo-6.0.91 pretest

2016-01-03 Thread Gavin Smith
On 2 January 2016 at 21:48, Andreas Schwab wrote: > Gavin Smith writes: > >> I wonder what's gone wrong. > > The (unexecuted) AC_SUBST in gl_CONFIGMAKE_PREP overrides automake's > definition. A bad gnulib bug. OK thanks, I've changed it to use pkglibdir instead, which is arguably more appropria

Re: luatex problems with texinfo.tex

2016-01-03 Thread Gavin Smith
On 1 January 2016 at 09:43, Gavin Smith wrote: > > This appears to be the code to get the byte values into LuaTeX: > > http://wiki.luatex.org/index.php/Process_input_buffer#Latin-1 > > It needs a bit more background knowledge before it can be copied and > pasted into texinfo.tex. Here's a file th