-
Notifications
You must be signed in to change notification settings - Fork 342
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
haskell-mode-contextual-space called on zero length identifier #572
Comments
@RasmusWL: thanks for the report. As I see contetual space tries to do |
At least it happens when |
Where does this idea of contextual space come from? There are so much wrong about it:
And all of that just after a SPACEBAR! What was the reasoning behind this function? |
@RasmusWL: are you actually trying to use contextual space for something useful or you just enabled it because it was in |
I saw it in the example section on this repo, so I just wanted to try it out. The one time it worked I thought: "oh, that could probably be useful". |
That is what I thought. Contextual space is a nice idea and I'm afraid that inner workings of |
So what is going to happen to it then? |
Very good question. I do not advice using or binding this function to any
key until somebody steps up and fixes it.
|
I tried turning on debug-on-error in my emacs, and it comes up with the following error when performing a
haskell-mode-contextual-space
. This bug seems to break the current session, as nothing happens when i callhaskell-process-cabal-build
.Specs
I'm using
haskell-mode-20150403.1144
withemacs 24.3.1
onUbuntu 14.04.2 LTS
, usingghc 7.8.4
andcabal 1.22.2.0
init.el
Here is the haskell part of my
init.el
(noghc-mod
currently)The text was updated successfully, but these errors were encountered: