[Haskell-cafe] Using haskell with emacs

Andrew Wagner wagner.andrew at gmail.com
Mon Aug 6 16:59:01 EDT 2007


>    C-c C-b ... when pressed for the first time this will start an
> interpreter (ghci or hugs most of the time), when pressed with a
> running interpreter it'll switch to that buffer.
>
>    C-c C-l ... Load the current file into the editor.  There is no
> function-wise compilation.
>

Don't forget C-c C-r to reload the file in the buffer.

To the OP: Here's the page I used when I set up emacs for haskell the
other week:
http://haskell.org/haskellwiki/Haskell_mode_for_Emacs


More information about the Haskell-Cafe mailing list