On Mon, 14 Aug 2006, Aditya Mahajan wrote:

>> And what would be the opposite?
>>
>> For example \startquote ... \stopquote
>> to something like {\MyQuote ... }
>
> AFAIK, there is no easy way to do this.

One can use \aftergroup trickery.

\def\MyQuote{\symbol[leftquote]\aftergroup\endMyQuote}
\def\endMyQuote{\symbol[rightquote]}

\starttext
{\MyQuote This is a test}

\mainlanguage[fr]
{\MyQuote This is a test}
\stoptext

Aditya
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to