Re: [NTG-context] tex.toks cld -- something weird

2010-10-31 Thread Hans Hagen
On 30-10-2010 3:44, Philipp Gesang wrote: Hi all, while playing with the new extended cld stuff I encountered this: 8--- context.starttext() context(\\toks0 = {Something}) ^^ gets printed to tex's input buffer so nothing set yet

[NTG-context] tex.toks cld -- something weird

2010-10-30 Thread Philipp Gesang
Hi all, while playing with the new extended cld stuff I encountered this: 8--- context.starttext() context(\\toks0 = {Something}) context(\\the\\toks0) -- works --context(tex.toks[0]) -- fails