On Wed, 19 Sep 2012 11:18:18 +0200, [email protected] 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 _______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
