28 Mar
2015
28 Mar
'15
9:15 a.m.
On Fri, 27 Mar 2015 20:50:52 -0400
Rik Kabel
The behavior of \getbuffer has changed with the new beta. With the following sample code, one line of text is produced with the 2015-03-25 beta. Two lines of text are produced with the more recent betas.
\startbuffer A \stopbuffer \starttext A \getbuffer \stoptext
I have noticed this, too. Furthermore, \startbuffer B \stopbuffer \starttext A \inlinebuffer \stoptext *also* produces A B and A \quote{\inlinebuffer} produces A ` B´ Alan