serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

void variable exedir= #26

Open houshuang opened 9 years ago

houshuang commented 9 years ago

I installed Emacs 24.4.90.2 with an empty .emacs.d (only the init.el from this tutorial), and installed haskell-mode. A lot of things work well, including opening a REPL, but when I try to get the type of an expression in the editor, it says "(void-variable exedir=)". However, I can't even find the variable exedir when searching through the Haskell-mode documentation, and opening the Haskell process buffer shows that the lookup actually takes place and works.

screen shot 2015-02-27 at 08 50 15

serras commented 9 years ago

Sorry, but I don't really know what might be going on, I am not a haskell-mode developer myself. My suggestion is to ask the question in the haskell-mode project instead https://github.com/haskell/haskell-mode

ghost commented 8 years ago

@houshuang Does the issue still persist?