Could not start project in new interactive mode

Christopher Done chrisdone at googlemail.com
Wed Apr 18 10:24:15 BST 2012


On 18 April 2012 10:38, Kirill Zaborsky <qrilka at gmail.com> wrote:
> But sometimes it fails, a couple of times I received the following message:
>
> error in process filter: Symbol's value as variable is void:
> haskell-interactive-greetings
>
> and REPL was readonly.
> Is it possible that the order of commands may play role here?

That sounds like it. I added some REQUIRE lines to haskell-process.el.
Do a git pull and it should fix that. haskell-process is the central
kernel.

> And 1 more question - are there any key combinations for REPL history? I old
> interactive mode I used C+Up/C+Down sometimes is there anything similar?

In this mode it's M-up/M-down (also in comint-mode), but you can
rebind them of course -- see the example file.



More information about the Haskellmode-emacs mailing list