Re: [NTG-context] \recursestring undefined when inside \dorecurse

2020-06-14 Thread Hans Hagen

On 6/14/2020 11:41 PM, Pablo Rodriguez wrote:

Dear list,

I have the following sample:

 \starttext
 \dorecurse{25}{\recurselevel\par}
 \doloopoverstring{a,b,c}{\recursestring}
 }
 \stoptext

Both LMTX and MkIV complain about \recursestring for being undefined.

I wonder whether this is inteded or it is a bug.


intended, as there is no \doloopoverstring, it's
 \doloopoverlist {red,green,blue} {
[\recursestring]
}

(btw, you have one } too many)


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] \recursestring undefined when inside \dorecurse

2020-06-14 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\starttext
\dorecurse{25}{\recurselevel\par}
\doloopoverstring{a,b,c}{\recursestring}
}
\stoptext

Both LMTX and MkIV complain about \recursestring for being undefined.

I wonder whether this is inteded or it is a bug.

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___