Gracjan Polak
Gracjan Polak
Default Haskell session name comes from `haskell-session-default-name` which is `haskell` by default. If you change that there no longer will be collision with `ob-haskell`. Not that it solves the problem...
Hmm, it looks like it tries to load the haskell source code verbatim to GHCi in single line mode. This will not work this way, it has to save the...
Very interesting, can you help debug this further?
What is multiline mode?
Oh boy. I do not think anybody thought about mixing this one... Note that interactive-haskell-mode interacts with GHCi as a subprocess when inferior-haskell-mode interacts wih GHCi as a subshell (with...
Hmm, so basically haskell-mode would need to track if GHCi is currently in mulitline mode by checking when it enters multiline mode and when it exits multiline mode. This is...
We can reopen anytime anybody has something useful to add. Resolution for now is that we aren't going to implement this, sadly it is too much.
I'm no longer sure we should not take care of this. There are too many reports from people hitting this problem to ignore it outright.
@shanemikel: Have you manually entered multiline mode?
I see. I just thought for a moment that haskell-mode somehow triggers multiline mode by itself.