
8 Aug
2007
8 Aug
'07
12:11 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.
More generally, in Emacs "C-h m" will give you a list of keybindings for the current major mode. Also many major modes offer a menu in the menu-bar where the main special features are advertized.
Don't forget C-c C-r to reload the file in the buffer.
I've removed it from the next release of haskell-mode, so if you need it, please explain why. Stefan