-
Notifications
You must be signed in to change notification settings - Fork 82
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
Error: "Selecting deleted buffer" #123
Comments
Does the linked PR resolve your issue? I couldn't replicate it 😅 |
Yes, thanks for the quick fix!
Interestingly, this morning I couldn't replicate it either. But then it started reliably happening again. I guess this is probably some race condition with the buffer being open or killed, so maybe it makes sense that it's non-deterministic. But once it was reliably reproducing again I tested with and without the patch, and it always happened without the patch and never happened with the patch. |
Thanks for confirming! :D |
* fix: only format when the buffer is live Fixes #123 * Update changelog Co-authored-by: Radon Rosborough <[email protected]>
I'm getting the following backtrace whenever I accept a prompt about adding safe local variables to my customizations file:
This is my
init.el
:Now create a file called
foo.el
with this content:When I open the file, I get the following message:
After pressing '!', I get the backtrace listed above (I specifically did
load-file apheleia.el
so that I could see an elisp backtrace instead of compiled bytecode).The text was updated successfully, but these errors were encountered: