> haskell-mode places characters that form Haskell symbols (e.g.: "+" > and "=") into the Emacs character class "_". According to the Emacs > documentation, this class is meant to be used for symbols that may be > part of identifiers even though they are not reserved words. This means > that in the code
Yes, this is a known problem. Fixing it will require some care because as you noted the special syntax-table settings are used at various places in haskell-mode. Stefan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]