[Haskell-cafe] Re: Using haskell with emacs

Stefan Monnier monnier at iro.umontreal.ca
Wed Aug 8 12:11:36 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.

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



More information about the Haskell-Cafe mailing list