Closed gsingh93 closed 2 years ago
Does the linked PR resolve your issue?
I couldn't replicate it :sweat_smile:
Does the linked PR resolve your issue?
Yes, thanks for the quick fix!
I couldn't replicate it 😅
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
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).