Skip to content
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-interactive-switch-back doesn't work #3503

Closed
codygman opened this issue Oct 22, 2015 · 3 comments
Closed

haskell-interactive-switch-back doesn't work #3503

codygman opened this issue Oct 22, 2015 · 3 comments
Labels

Comments

@codygman
Copy link

This seems to happen every time I want to switch back to the source file I'm editing from the repl.

Steps to reproduce using master:

  1. Open Haskell file
  2. , s b
  3. , s s
  4. , s S

In some previous version I actually got the error No previous buffer. quite often, but now it seems to give no errors while staying in the repl.

@d12frosted
Copy link
Collaborator

It looks like , s s is bound to haskell-interactive-bring, and this function doesn't work with , s S from REPL (haskell-interactive-switch-back). Instead of using , s s, use , s S, this will call haskell-interactive-switch. But this is frustrating a little bit.

@d12frosted
Copy link
Collaborator

Ok, changed it a bit: #3504. What do you think?

@d12frosted
Copy link
Collaborator

@TheBB could you, please, add haskell label here?

@codygman A little update. My previous PR seems to be wrong, so I opened new one: #3533.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants