I'd love help with this: I have list that uses alternative=command, and it stopped working when I switched from last year's TeXLive context to a recent beta. I've minimized the problem to this example: \definelist [MyList] \define[3]\MyListEntry{:#1:#2:#3:} \setuplist [MyList] [alternative=command,command=\MyListEntry] \starttext \writetolist[MyList]{First}{Second} \placelist[MyList] \stoptext It generates the following error three times, once per argument in \MyListEntry, I suppose. ConTeXt ver: 2012.05.14 16:00 MKIV fmt: 2012.5.16 int: english/english ... ! Argument of \MyListEntry has an extra }. system > tex > error on line 11 in file foo1789.tex: Argument of ... 1 \definelist [MyList] 2 \define[3]\MyListEntry{:#1:#2:#3:} 3 \setuplist [MyList] [alternative=command,command=\MyListEntry] 4 \starttext 5 \writetolist[MyList]{First}{Second} 6 \placelist[MyList] 7 \stoptext <inserted text> \par <to be read again> } \12>:79>:command ...ernativeparameter \c!command } \ifx \p_command \empty [\c... \strc_lists_apply_renderingsetup ...nderingsetup } \relax \the \t_lists_every... \strclistsentryprocess ... \fi \fi \fi \endcsname \dostoptagged \listextrapa... l.11 {} ... l.7 \stoptext Thanks, Michael ________________________________ This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments).
Am 17.05.2012 um 20:29 schrieb Rogers, Michael K:
I'd love help with this: I have list that uses alternative=command, and it stopped working when I switched from last year's TeXLive context to a recent beta. I've minimized the problem to this example:
\definelist [MyList] \define[3]\MyListEntry{:#1:#2:#3:}
\unexpanded\def\MyListEntry#1#2#3{:#1:#2:#3:} Wolfgang
On May 17, 2012, at 2:34 PM, Wolfgang Schuster wrote:
Am 17.05.2012 um 20:29 schrieb Rogers, Michael K:
I'd love help with this: I have list that uses alternative=command, and it stopped working when I switched from last year's TeXLive context to a recent beta. I've minimized the problem to this example:
\definelist [MyList] \define[3]\MyListEntry{:#1:#2:#3:}
\unexpanded\def\MyListEntry#1#2#3{:#1:#2:#3:}
Wolfgang
Thank you very much. Michael ________________________________ This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments).
participants (2)
-
Rogers, Michael K
-
Wolfgang Schuster