Hi, I used to use the “command=” parameter when setting up itemize. Now I noticed that it introduces a spurious horizontal whitespace after the item symbol when the item is of type “\sym{}”. I also noticed that the problem goes away if I use “inner=” instead of “command=”. Example: \setuppapersize [A6] \starttext \start \setupitemize [each][command={\setupwhitespace[none]}] With \type{\command=} \startitemize \item \dorecurse{20}{bla } \sym{Y} \dorecurse{20}{bla } \stopitemize \stop \setupitemize [each][inner={\setupwhitespace[none]}] With \type{\inner=} \startitemize \item \dorecurse{20}{bla } \sym{Y} \dorecurse{20}{bla } \stopitemize \stoptext This is with ConTeXt 2017.05.15 21:48. With an older ConTeXt, for example 2015.01.13 15:54, “inner=” and “command=” deliver identical, correct results. So, I’m asking, has “command=” been deprecated or is it just a bug? Or was I using it the wrong way, and “inner=” is the only correct parameter in the example above? Thanks for any info, Best wishes, – Tom -- For macOS: http://dflect.net/context-typeset-tool/