
6 Aug
2007
6 Aug
'07
4:59 p.m.
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