2007/9/6, Wolfgang Werners-Lucchini <[EMAIL PROTECTED]>:
> Hmm!
>
> I can not find the problem.
> Here is a short example, showing the error.
> Hope that someone can give me a hint!
>
> \usemodule[verb-c]
> \starttext
> \startC
> "*\0"
> \stopC
> \stoptext

use \definetyping and not \usemodule, the following works.

\definetyping[C][option=C]
\starttext
\startC
"*\0"
\stopC
\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to