On 18 April 2012 10:38, Kirill Zaborsky <[email protected]> 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. _______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
