On 26 May 2014, at 09:53, Taco Hoekwater <[email protected]> wrote:
> >> >> Third one is more serious or at least surprising: >> >> \expandafter\show\csname foo#\endcsname >> >> gives >> >>> \foo##=\relax. >> <recently read> \foo## >> >> with LuaTeX but >> >>> \foo#=\relax. >> <recently read> \foo# >> >> with pdfTeX/XeTeX. The pdfTeX behaviour allows for use of 'odd' catcodes >> in csnames, whereas the LuaTeX behaviour means a test would be needed. > > Neither do I. What I meant to say was that that is almost certainly a bug. > Tracked as http://tracker.luatex.org/view.php?id=902 > > Groetjes, > Taco > > >
