Sunday, February 1, 2004 Vit Zyka wrote:

> Hallo ConTeXt debater,

> this buffer storage works perfectly:
> ----
> \starttext
>  \startbuffer[TMP]
>      Bla
>  \stopbuffer
>  \getbuffer[TMP]
> \stoptext
> ----

> but why not this one?

> ----
> \starttext
> \def\tmp{%
>   \startbuffer[TMP]
>       Bla
>   \stopbuffer
> }
>   \tmp
>   \getbuffer[TMP]
> \stoptext
> ----

Because buffers are verbatim-like environments.

-- 
Giuseppe "Oblomov" Bilotta

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to