[dev-context] MkVI: Delimited Arguments

2011-04-07 Thread Wolfgang Schuster
Hi Hans, the following example fails with named parameters, is this a limitation of mkvi? % macros=mkvi \def\definefoo[#1]% {\setvalue{start#1}{\dostartfoo{#1}}} \def\dostartfoo#1% {\normalexpanded{\def\noexpand\next##1\expandafter\noexpand\csname stop#1\endcsname}{#1 : ##1}% \next}

Re: [dev-context] MkVI: Delimited Arguments

2011-04-07 Thread Wolfgang Schuster
Am 07.04.2011 um 21:12 schrieb Hans Hagen: it's the \normalexpanded{ } ... i could probably catch that but i wonder if we should go that route Should i then use in this case TeX’s normal numbered arguments. It’s no big deal because i have this odd case only at one place in my annotation