You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I use haskell-mode 2.8.0 with Emacs 24.2.1, with ghc 7.4.1 on Gentoo amd64. Normally I do not have any problems with the C-c C-l (Load file) command. However, after adding a simple .ghci file, to change the prompt, this command always hangs, and I have to kill emacs externally. The .ghci file consists simply of:
:set prompt "λ> "
The problems is reproducible: Removing the .ghci file causes the command to operate normally, and re-adding the .ghci file causes the command to hang.
The text was updated successfully, but these errors were encountered:
My apologies, I wasn't aware 2.8.0 was such an old version. I am not familiar with the installation process but I will ask my distribution to update their package. 2.9.1 is the latest release, yes?
Hello. I use haskell-mode 2.8.0 with Emacs 24.2.1, with ghc 7.4.1 on Gentoo amd64. Normally I do not have any problems with the C-c C-l (Load file) command. However, after adding a simple .ghci file, to change the prompt, this command always hangs, and I have to kill emacs externally. The .ghci file consists simply of:
:set prompt "λ> "
The problems is reproducible: Removing the .ghci file causes the command to operate normally, and re-adding the .ghci file causes the command to hang.
The text was updated successfully, but these errors were encountered: