[Haskell-cafe] Haskell-mode 2.4

Johan Tibell johan.tibell at gmail.com
Fri Jan 11 03:43:52 EST 2008


> > Emacs is completely frozen until I press C-g and then it goes back to
> > normal (without loading the file). Here's the back trace:
>
> > Debugger entered--Lisp error: (quit)
> >   accept-process-output(#<process haskell>)
> >   (and (not (re-search-forward comint-prompt-regexp nil t))
> > (accept-process-output proc))
>
> So it seems to be waiting for the prompt but can't find it.
> If you look at the buffer containing the interactive process, is there
> a prompt there?  If not, can you try and figure out why not?
> If yes, can you try and figure out why it is not recognized by the
> comint-prompt-regexp?

I had the following in my .ghci to make GHCi's prompt less verbose:

:set prompt "> "

Removing that solves the problem.

Thanks!

-- Johan


More information about the Haskell-Cafe mailing list