On Sun, 7 Nov 2010, Wolfgang Schuster wrote:


Am 07.11.2010 um 20:49 schrieb Vedran Miletić:

How would I then do something like this?

\def\startSolution{\startmode[solutions]\startframedtext}
\def\stopSolution{\stopframedtext\stopmode}

\startmode[solution]
\setupbuffer[Solution][local=no,before=\startframedtext,after=\stopframedtext]
\stopmode

In general, I agree with Wolfgang. It is better to redefine the macro at an outer level. You can even do:

\defineframedtext[Solution]

\startnotmode[solution]
\definebuffer[Solution][local=yes]
\stopnotmode

However, in the few cases that you actually need to check for a mode inside a macro, you can use \doifmode ... etc.

Aditya
___________________________________________________________________________________
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