Hi,

I would like to disable hyphen collapsing (automatic "--" to endash conversion) document-wide for the currently selected mono font.

Consider:

\starttext
%{\nohyphencollapsing
  \mono{--}
%}
--
\stoptext

When uncommenting lines 2 and 4, the two hyphens in \mono{--} are not collapsed. How can I configure never to collapse hyphens exclusively in mono fonts?

Any help is appreciated.

Cheers,
Christoph