Re: [NTG-context] Buffer within a \def

2018-08-10 Thread Wolfgang Schuster
Procházka Lukáš Ing. schrieb am 10.08.18 um 13:31: Hello, I'm not very familiar with using buffers, so a basic question: Is it possible to use buffers within a \def? No. The following sample doesn't compile: \def\T{ \startbuffer[Buf] a b ccc d e f \stopbuffer

[NTG-context] Buffer within a \def

2018-08-10 Thread Procházka Lukáš Ing .
Hello, I'm not very familiar with using buffers, so a basic question: Is it possible to use buffers within a \def? The following sample doesn't compile: \def\T{ \startbuffer[Buf] a b ccc d e f \stopbuffer \getbuffer[Buf] } \starttext \T A \stoptext What's wrong?