Hi Hans,
in the new beta buffers are fixed but one \endgroup is on the wrong position.
In the following macros \endgroup has to be before \buff_stop{#4}.
\def\buff_start_indeed#1#2#3#4% \donothing needed !
{\normalexpanded{\buff_pickup{#2}{#3}{#4}{}{\buff_stop{#4}\endgroup}}} % (3 &
4 & 5 & 6)
A cleaner solution would be to remove \endgroup above and put it back into
\buff_stop.
\def\buff_start_indeed#1#2#3#4%
{\normalexpanded{\buff_pickup{#2}{#3}{#4}{}{\buff_stop{#4}}}}
\unexpanded\def\buff_stop#1%
{\endgroup
\getvalue{#1}}
Wolfgang
_______________________________________________
dev-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-context