Re: [NTG-context] [mkvi] comment handling bug

2012-05-15 Thread Hans Hagen
On 14-5-2012 15:59, Philipp Gesang wrote: + leadingcomment ok -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 |

Re: [NTG-context] [mkvi] comment handling bug

2012-05-14 Thread Hans Hagen
On 13-5-2012 13:12, Philipp Gesang wrote: Hi all, seems the mkvi-style macros have trouble with groups in comments: % macros=mkvi \def\dosomething#content{%%%= fine with “#1” % { %%% Open unbalanced brace breaks

Re: [NTG-context] [mkvi] comment handling bug

2012-05-14 Thread Philipp Gesang
On 2012-05-14 09:35, Hans Hagen wrote: On 13-5-2012 13:12, Philipp Gesang wrote: Hi all, seems the mkvi-style macros have trouble with groups in comments: % macros=mkvi \def\dosomething#content{%%%= fine with “#1”

Re: [NTG-context] [mkvi] comment handling bug

2012-05-14 Thread Philipp Gesang
On 2012-05-14 15:22, Philipp Gesang wrote: On 2012-05-14 09:35, Hans Hagen wrote: On 13-5-2012 13:12, Philipp Gesang wrote: Hi all, seems the mkvi-style macros have trouble with groups in comments: %

[NTG-context] [mkvi] comment handling bug

2012-05-13 Thread Philipp Gesang
Hi all, seems the mkvi-style macros have trouble with groups in comments: % macros=mkvi \def\dosomething#content{%%% = fine with “#1” % { %%% Open unbalanced brace breaks macros. } \starttext \dosomething {foo} \stoptext