-
Notifications
You must be signed in to change notification settings - Fork 242
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
When running magit-status
it prompts to save *cider-result* buffer
#203
Comments
~~If you still have this problem using my branch, will you check if you have the problem after evaluating
|
Sorry, I posted the wrong solution to the new-monkey-patch branch; just updated it. |
Hi, thx anyway |
Emacs Live has always been my personal Emacs Config shaped in a way that was easy for other people to copy and adopt. I’m happy to help out people wherever possible, but i certainly can’t maintain everyone’s Emacs configs!! Have fun with Prelude and thanks for hanging round here while you did :-) Sam
|
My Kudos to you Sam, thx again and keep hacking ;-) |
Please see issue clojure-emacs/cider#1091
After testing in isolation it looks like this behaviour was introduced between
1.0-BETA-24
and1.0-BETA25
.When using the eval in pop-up buffer C-c C-p and subsequently run the magit status C-x g I get a prompt for the
*cider-result*
buffer."Buffer has no associated file and not saved. Save it?"
Which is very annoying as the content of this buffer can be discarded.
How can we remove this prompt for the
*cider-result*
buffer?The text was updated successfully, but these errors were encountered: