haskell-mode icon indicating copy to clipboard operation
haskell-mode copied to clipboard

haskell-process-cabal-build prevents input while it's running

Open patrickt opened this issue 9 years ago • 3 comments

When building projects with haskell-process-cabal-build, emacs refuses to accept any keyboard input while the compilation process is running. I noticed this regression around two weeks ago; I was unable to debug it further, as I'm not good enough at elisp to answer the question "what is blocking and eating all the keyboard events?"

I am running with haskell-process-type set to 'stack-ghci, on haskell-mode 20150907.1230 with emacs 24.5.

patrickt avatar Sep 10 '15 19:09 patrickt

Thanks for reporting. We will need to wait on somebody that knows how to debug emacs process handling issues.

gracjan avatar Sep 10 '15 20:09 gracjan

@gracjan No worries. Let me know if I can help out.

patrickt avatar Sep 10 '15 21:09 patrickt

I've experienced something similar when using cabal to build a project, not sure how to reproduce it.

siraben avatar Sep 22 '20 15:09 siraben