[Haskell] Haskell-mode 2.0

Christian Maeder maeder at tzi.de
Fri Nov 26 07:47:02 EST 2004


Stefan Monnier wrote:
> I have recently taken over maintainership of Haskell-mode, and after making
> a bunch of changes, I figured it would be a good idea to make a new release.
> You can find this new release at:
> 
>         http://www-perso.iro.umontreal.ca/~monnier/elisp/

Thank you!

> This release has several changes that have all been only lightly tested,
> especially w.r.t compatibility with various Emacsen.

It works (as far as I tried) on my emacs:

GNU Emacs 21.3.1 (i586-suse-linux, X toolkit, Xaw3d scroll bars) of 
2003-09-23 on Weber

While playing with the new mode I discovered a small deficiency in the 
menu "Declarations" -> "Imports" (that I've never used before). The 
names of the imported modules are cut off after the first dot. Instead 
of i.e. "Data.List" only "Data" is displayed. (There may be several dots 
in a module name.)


> * haskell-hugs and haskell-ghci are superceded by inf-haskell.

I did not understand this. The .emacs file is unchanged and contains the 
line:

(add-hook 'haskell-mode-hook 'turn-on-haskell-hugs)

So how is inf-haskell activated?

Thanks again, Christian


More information about the Haskell mailing list