You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to use haskell-process-load-or-reload function because it switches to REPL and loads buffer into it. The only thing I don't like about it - it doesn't play well with haskell-interactive-switch-back function. What do you think about reusing haskell-interactive-switch in haskell-process-load-or-reload?
The text was updated successfully, but these errors were encountered:
This sets a variable with the source buffer so we can switch back.
This is pretty bizzare, though. Both before and after this commit,
`haskell-session-interactive-buffer` switches to the buffer if it's
newly created, but if the buffer already exists, just returns the buffer
without visiting. This function shouldn't switch, and callers
should decide if they want to switch.
closeshaskell#955
Hey,
I like to use
haskell-process-load-or-reload
function because it switches to REPL and loads buffer into it. The only thing I don't like about it - it doesn't play well withhaskell-interactive-switch-back
function. What do you think about reusinghaskell-interactive-switch
inhaskell-process-load-or-reload
?The text was updated successfully, but these errors were encountered: