[NTG-context] Why does startlines not work in a function

2013-04-26 Thread Cecil Westerhof
I have the following code: \startlines \startalignment[center] \setupindenting[no] \doifelse {\getvariable{meta}{personalInfo}} {long} { longline 1 longline 2 longline 3 longline 4 longline 5 longline 6

Re: [NTG-context] Why does startlines not work in a function

2013-04-26 Thread Hans Hagen
On 4/26/2013 5:19 PM, Cecil Westerhof wrote: I have the following code: ... But then the text becomes one line instead of several lines. because catcode changes are involved \startbuffer [meta:personalInfo:long] \startlines longline 1 longline 2 longline 3 longline 4 longline 5 longline 6

Re: [NTG-context] Why does startlines not work in a function

2013-04-26 Thread Cecil Westerhof
2013/4/26 Hans Hagen pra...@wxs.nl: On 4/26/2013 5:19 PM, Cecil Westerhof wrote: I have the following code: ... But then the text becomes one line instead of several lines. because catcode changes are involved \startbuffer [meta:personalInfo:long] \startlines longline 1 longline 2