[NTG-context] [***SPAM***] problem with \setuptyping[option=LUA, escape=//]

2010-08-25 Thread Peter Münster
Hello,

The escape=// option is ignored here:

\setuptyping[option=LUA, escape=//]
\starttext
\starttyping
  bla // \em sometex
\stoptyping
\stoptext

What could be done, to make it work?

TIA for any help!
Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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
___


Re: [NTG-context] [***SPAM***] problem with \setuptyping[option=LUA, escape=//]

2010-08-25 Thread Hans Hagen

On 25-8-2010 3:04, Peter Münster wrote:

The escape=// option is ignored here:

\setuptyping[option=LUA, escape=//]
\starttext
\starttyping
   bla // \em sometex
\stoptyping
\stoptext

What could be done, to make it work?


\definetyping[LUA]

\setuptyping[LUA][option=LUA,escape={/btex,/etex}]

\starttext
\startLUA
  bla // /btex\em sometex /etex
\stopLUA
\stoptext

Hopefully you wikify this

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___