Ticket #20 (new defect)
Opened 3 years ago
interpreter interaction fails
| Reported by: | tomluchowski@… | Owned by: | Baughn |
|---|---|---|---|
| Priority: | critical | Component: | other |
| Version: | Keywords: | interpreter interaction | |
| Cc: |
Description
I am using Slackware 13 current with GNU Emacs 22.3.1 and GHCi, version 6.10.1 .
I just downloaded the haskell mode for emacs from here : http://www.haskell.org/haskell-mode/. And folowed the instructions from here : http://cvs.haskell.org/cgi-bin/cvsweb.cgi/~checkout~/fptools/CONTRIB/haskell-modes/emacs/README?rev=HEAD;content-type=text/plain.
The mode seems to be installed as I get the syntax coloring etc.
Every time I try to start interaction the conversation looks like this :
GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Prelude> 1 +1 1 +1 Leaving GHCi.
Process haskell finished
And the buffer stops responding. What's wrong with that ? Thomas
