16 Apr
2011
16 Apr
'11
5:19 p.m.
Hi Hans, In buff-ini.lua, line 73 should be return concat(t,separator or "\n") -- AM: was \r Otherwise, the following gives a wrong output: \startbuffer[one] This is one \stopbuffer \startbuffer[two] This is two \stopbuffer \ctxcommand{savebuffer({"one", "two"}, "test.tmp")} \end Aditya