-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
In the haskell layer, disable ghc-mod messes important keybindings #3777
Comments
When I think about it - it makes sense. We force |
I actually thought that This was supposed to be fixed by #3345 but the associated commit only bind
|
When user disabled ghc-mod, haskell mode should fallback to interactive mode, so type bindings (and some others) are working properly. It's also useful for ghci-ng users, but doesn't affect ghci-ng-only bindings. Fix syl20bnr#3777
When user disabled ghc-mod, haskell mode should fallback to interactive mode, so type bindings (and some others) are working properly. It's also useful for ghci-ng users, but doesn't affect ghci-ng-only bindings. Fix #3777
How to reproduce
ghc-mod
with :(haskell :variables haskell-enable-ghc-mod-support nil)
SPC-h-d-k
withc-c c-i
(for instance)=> it is wrongly bound to
haskell-mode-enable-process-minor-mode
As a result, if you fire a repl with
,sb
, you will never get the appropriate binding forc-c c-i
(or `c-c c-t). It will always respond with "C-h f haskell-mode‘ for instruction".System Info
The text was updated successfully, but these errors were encountered: