Hi all, I have some setups like: \setupfootnotes[textstyle=\plf] or \setupitemize[style=\plf] where \plf is defined as: \definefontfeature[plf][default] [pnum=yes,lnum=yes] \def\plf{\groupedcommand{\setfontfeature{plf}}{}} With the newest beta this setup fails. For footnotes one can use textcommand=\plf\high, but there is no symcommand for item groups. Asides from the old style=\setff{…} behaviour was very convenient, is there a work around? Here is an example. \definefontfeature[default] [default] [mode=node,onum=yes] \definefontfeature[plf] [default] [pnum=yes,lnum=yes] \definefontfeature[tlf] [default] [tnum=yes,lnum=yes] \def\plf{\groupedcommand{\setfontfeature{plf}}{}} \def\tlf{\groupedcommand{\setfontfeature{tlf}}{}} \setupbodyfont[palatino] \setupitemgroup [itemize] [command=\tlf, % sets the whole environment (besides the first item number) % style=\setff{tlf}, % used to work (style=\tlf didn't) ] \starttext \startitemize[n,columns][stopper=\vl,n=3] \dorecurse{114}{\item test 0123} \stopitemize \stoptext Greeting Andreas