On Tue, Apr 14, 2009 at 3:53 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
Am 14.04.2009 um 14:47 schrieb luigi scarso:
On Fri, Apr 10, 2009 at 12:56 PM, Hans Hagen
wrote: luigi scarso wrote: \def\@@FOO{FOO} \starttext \@@FOO \stoptext
works in mkiv minimals , but not in an old mkii context of mine (inaccessible control sequence) .
I suppose that it's ok .
no, it means that we have a missing \protect .. upto you to figure out where so that we can fix it
I have checked another old release .
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (format=cont-en 2006.3.2) 14 APR 2009 15:28 entering extended mode and it's also ok .
This compiles ok in luatex
%%%%test-inaccesible-luatex.tex \immediate\write16{===>catcode of @ is:\the\numexpr\catcode`@\relax} \def\@@FOO{FOO} \@@FOO \bye
-- luigi