emacs "hangs" in haskell mode
Simon Marlow
simonmar@microsoft.com
Wed, 6 Nov 2002 10:53:23 -0000
> yeah, the mode needs to be updated. edit your haskell-ghci.el file ,
> namely the line which begins "(setq comint-prompt-regexp" to:
>=20
> (setq comint-prompt-regexp "^[\*_a-zA-Z0-9\. ]*>")
>=20
> The problem is that ghc changed a bit what it outputs.
The sources had been fixed some time ago, but I didn't get around to
rolling a new version. Anyway, you'll now find version 1.44 of the
emacs haskell mode on haskell.org:
http://www.haskell.org/haskell-mode/
which works with recent GHCis.
Cheers,
Simon