Hi all, See the following test file %%%%%%%%%%%%%%%%% %interface=en output=pdftex %\definetypeface [myface] [tt][mono] % [computer-modern][default][encoding=ec] \definetypeface [myface] [tt] [mono] [latin-modern] [default][encoding=ec] \setupbodyfont[myface,sans,14.4pt] \starttext \starttyping TEXEDIT = emacsclient --no-wait +%d %s \stoptyping \type{TEXEDIT = emacsclient --no-wait +%d %s} \stoptext %%%%%%%%%%%%%%%%%%%%%% \starttyping ... \stoptyping works fine, but \type{} typsets a "single dash" instead of two dashes. The "single dash" is also different (lower and shorter) than the two dashes. The same is true with the AEfonts (Computer-modern with EC ecoding), but not with the default fonts (true CM). Any fix for this? Daniel Flipo