Am 13.11.2011 um 14:38 schrieb Jaroslav Hajtmar:

> Thanks Wolfgang, but unfortunately for me it still does not work…

Minimal example:

\startcomponent test

\input knuth

\stopcomponent

With the current beta this fails but after I changed

\def\resetsystemmode#1%
  {\ifcsname\@mode@:\systemmodeprefix#1\endcsname
     \expandafter\popmacro\csname\@mode@:\systemmodeprefix#1\endcsname
     
\csname\@mode@\systemmodeprefix#1\endcsname\csname\@mode@:\systemmodeprefix#1\endcsname\relax
   \fi}

to

\def\popsystemmode#1%
  {\ifcsname\@mode@:\systemmodeprefix#1\endcsname
     \expandafter\popmacro\csname\@mode@:\systemmodeprefix#1\endcsname
     
\csname\@mode@\systemmodeprefix#1\endcsname\csname\@mode@:\systemmodeprefix#1\endcsname\relax
   \fi}

and regenerated the format (context --make) it compiles fine.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to