[NTG-context] buffers and expansion order

2010-12-13 Thread Yury G. Kudryashov
Hi!

Why the following doesn't work?

\def\mybuf{\startbuffer[a]b\stopbuffer}
\mybuf

Actually, I need slightly more advanced command, but this is the minimal 
example.

___
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] buffers and expansion order

2010-12-13 Thread Wolfgang Schuster

Am 13.12.2010 um 12:04 schrieb Yury G. Kudryashov:

 Hi!
 
 Why the following doesn't work?
 
 \def\mybuf{\startbuffer[a]b\stopbuffer}

\def\mybuf{\setbuffer[a]b\endbuffer}

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