in XEmacs on qualified identifiers like Foo.bar with a period in them:
(warning/warning) Error caught in `font-lock-pre-idle-hook': (error No such face haskell-default-face)
or the minibuffer message: "Fontifying Baz.hs... aborted.aborted."
Here is a Patch.
also, don't forget to (require 'goto-addr)
1 comment :
Thank you! Changing that one line fixed this annoying problem.
Post a Comment