On 14/05/15 01:13, Philippe Waroquiers wrote: > Tools are also not working with constants while they are working > with enum (e.g. emacs find-tag does not work with HChar > constants, and works with enum values). enums are type-checkable; chars aren't really. I must say I would also prefer if this was done with an enum. J |