On Wed, 4 Aug 2010, Hans Hagen wrote:
On 4-8-2010 9:16, Willi Egger wrote:
Hi all,
Any variation of the following construct breaks in MKII as long as there is no new line after the closing } of the vbox. MKIV does not have this problem.
\startbuffer[bf4] \vbox{ test }\stopbuffer
Please refer to the testfile
\stopbuffer has to be on a line of its own so
} \stopbuffer
Is it possible to have an "inline" version of \start...stopbuffer. So that \buffer[options]{...} is similar to \startbuffer[options] .. \stopbuffer The functionality is already there. \type parses the contents correctly, and \startbuffer writes it to an external file. Something that combines the two will be great. Such a feature will be handy for inline syntax highlighting with the t-vim module. Aditya