Feature request
Ketil Malde
ketil at malde.org
Wed Sep 19 12:08:55 BST 2012
On Wed, 19 Sep 2012 11:18:18 +0200, anakreonmejdi at yahoo.gr wrote:
> When a haskell buffer is loaded in the interpreter running from within
> emacs,
I.e. using C-c C-l
> alternative is the built-in emacs key M-g g. The mode should parse the
> messages produced from the last session of ghci
Hm, this works for me - I can hit Enter on an error message to jump to
the site of the error.
An alternative is to use ghc-mod which uses flymake to continuously
recompile your code (or run it through hlint) and highlight errors and
warnings in the buffer.
-k
More information about the Haskellmode-emacs
mailing list