On Sat, 4 Feb 2012, Hans Hagen wrote: > On 4-2-2012 18:49, Aditya Mahajan wrote: > >> 2. \colonequals is a bug in ConTeXt's definition. We should be using the >> glyph from the font anyways and falling back only if the glyph is missing. > > Ah, i messed that one up ... I'll fix it. > > But anyway, it looks like I have to start on making a a nice library of > composed glyphs The following mapping in char-def.lua should take care of remapping - (0x002D) to \minus (0x2212), but it is not working. { adobename="hyphen", category="pd", cjkwd="na", description="HYPHEN-MINUS", direction="es", linebreak="hy", mathsymbol=0x2212, unicodeslot=0x002D, }, The attached patch to math-map.lua can force the remapping, but it will be nicer if the mathsymbol in char-def.lua worked correctly. Aditya