-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-process-suggest-pragma hangs emacs #754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is this specific to stack-ghci? |
I think so. I can't quite tell because I've been switching back and forth quite a bit. I'll switch back to cabal for a bit and see if it's triggered. |
I switched back to |
It is happening to me with I made a workaround until this gets fixed: (defun haskell-process-trigger-suggestions-ad (orig-fun &rest args)
(turn-off-haskell-doc)
(apply orig-fun args)
(turn-on-haskell-doc))
(advice-add 'haskell-process-trigger-suggestions
:around #'haskell-process-trigger-suggestions-ad) |
Closing in favor of #820, there is more information there. |
Using
haskell-mode-20150707.57
withinteractive-haskell-mode
, wheneverhaskell-process-suggest-pragma
is triggered, it sometimes works, and sometimes hangs emacs. After that a C-g will suspend the process and try to dump core.The text was updated successfully, but these errors were encountered: