13 Feb
2013
13 Feb
'13
9:34 p.m.
Am 13.02.2013 um 17:49 schrieb H. van der Meer
Is it possible to have a command automatically executed each time \stopbuffer has been read? Preferably coupled to a specific named \startbuffer[this_one], iff possible at all of course.
Thus: \startbuffer[this_one] ..contents.. \stopbuffer % in execution followed by \command
\def\startmybuffer {\grabbufferdata[mybuffer][startmybuffer][stopmybuffer]} \def\stopmybuffer {\startframedtext[width=max] \getbuffer[mybuffer] \stopframedtext} \starttext \startmybuffer \input knuth \stopmybuffer \stoptext Wolfgang