On Wed, 15 Sep 2010, John Haltiwanger wrote:

I don't usually define macros like that (isn't that more of a
\definestartstop kind of deal?).

\definestartstop just provides some syntax sugar around that.

From core-sys.mkiv

\def\dododefinestartstop[#1][#2]%
  { ....
   \setvalue{\e!start#1}%
     {\getvalue{\??be#1\c!before}%
      \bgroup
      \getvalue{\??be#1\c!commands}%
      \dostarttagged\t!construct{#1}%
      \dostartattributes{\??be#1}\c!style\c!color\empty}%
   \setvalue{\e!stop#1}%
     {\dostopattributes
      \dostoptagged
      \egroup
      \getvalue{\??be#1\c!after}}}


So, it is basically defining \start#1 and \stop#1, while I was defining them explicitly.

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