[Haskell-cafe] [ANN] Working with HLint from Emacs

Colin Paul Adams colin at colina.demon.co.uk
Wed Jan 28 06:30:26 EST 2009


>>>>> "Alex" == Alex Ott <alexott at gmail.com> writes:

    Alex> Hello For Emacs users it could be interesting - I wrote
    Alex> small module for more comfortable work with HLint from
    Alex> Emacs. It has same functionality as compilation-mode -
    Alex> navigation between errors, etc.

    Alex> To use it, just add following code to emacs init file:

    Alex> (require 'hs-lint) (defun my-haskell-mode-hook ()
    Alex> (local-set-key "\C-cl" 'hs-lint)) (add-hook
    Alex> 'haskell-mode-hook 'my-haskell-mode-hook)

I've done that.

Now how do you get it to do anything?
-- 
Colin Adams
Preston Lancashire


More information about the Haskell-Cafe mailing list