[Haskell-cafe] [ANN] Working with HLint from Emacs
Alex Ott
alexott at gmail.com
Sun Jan 11 09:37:45 EST 2009
Hello
For Emacs users it could be interesting - I wrote small module for more
comfortable work with HLint from Emacs. It has same functionality as
compilation-mode - navigation between errors, etc.
To use it, just add following code to emacs init file:
(require 'hs-lint)
(defun my-haskell-mode-hook ()
(local-set-key "\C-cl" 'hs-lint))
(add-hook 'haskell-mode-hook 'my-haskell-mode-hook)
Module is available from http://xtalk.msk.su/~ott/common/emacs/hs-lint.el
--
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/ http://xtalk.msk.su/~ott/
http://alexott-ru.blogspot.com/
More information about the Haskell-Cafe
mailing list