Rik Kabel schrieb am 26.10.2020 um 17:34:
Hello list,
Another difference, perhaps the result of my lack of knowledge, but a difference.
The following example produces different results for the fourth sequence, with the index being passed one item under MkIV and two items under LMTX.
(The code is stripped out of a much more complex bit to show the issue.)
[...]
Did I misuse the comma list processing, or is this a bug?
Probably something we missed when the comma list processor was rewritten. In the example below the braces are stripped when there is only a single element (first and second list). \def\CommalistEntry#1{\ruledhbox{\strut#1}} \starttext \dontleavehmode\processcommalist[{aaa}]\CommalistEntry \dontleavehmode\processcommalist[{aaa,bbb}]\CommalistEntry \dontleavehmode\processcommalist[{ccc,ddd},{eee,fff}]\CommalistEntry \stoptext Wolfgang