On 11/23/07, Greg Heartsfield wrote:
Additionally, I find this to be helpful for keeping out trailing
whitespace:
;; Highlight trailing whitespace in haskell files
(add-hook 'haskell-mode-hook
'(lambda ()
(setq show-trailing-whitespace t)))
Indeed. :)