-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Reuse buffer when jumping to jar #981
Comments
Hmm, I don't get this. Do you have any config that automatically renames buffers?
Perhaps we should be using
|
I certainly have some stuff that renames buffers, like I changed to |
Ah, I misread the
Regardless, I think it makes sense to use |
Thanks for making a pull request! 👍 |
Are you only looking at functions? It's a buffer-local variable :). https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer-File-Name.html |
If you jump twice into the same file in a jar cider will ask something akin to "A buffer visiting jar://path/to/my/file.clj already exists. Proceed?" If you hit yes a new buffer is created, if you hit no the jump is cancelled. Instead of creating new buffers cider should just pop to the existing buffer.
The text was updated successfully, but these errors were encountered: