Patrick Gundlach
another solution is to make a specific font handler (like the hanging one) for a class of fonts like cmr, in that case you can link such a handler to for instance a cmr10 font (see hand-*)
I have tried that, but with strange results:
\startfonthandling[cmrfix] \definecharacter quotedblbase {,\kern -.1em,} \stopfonthandling
%\setupfontsynonym[Serif][handling=cmrfix]
\setupbodyfont[14pt] \starttext \mainlanguage[de] \startquotation To \TEX\ or not to \TEX. \stopquotation \stoptext
The definition of quotedblbase in line two is used without even activating the cmrfix font-handler. How do I use the handler properly?
I still wonder how to use this handler? Even putting it in a sepatate file and use it with \usehandling[cmr] activates it without explicitly saying so. Patrick