I have a folder contains .zip, say a.zip, and org-babel python enabled, then go to that folder and start emacs, I saw error message as below:
Variable binding depth exceeds max-specpdl-size
$ mkdir a.zip
$ cd a.zip
$ emacs
What's the reason emacs care about folder name? any way to prevent such error?
emacs -Q
? If it does please add the emacs version and operating system, otherwise you can bisect your init file to find the cause. – matteol Dec 19 '22 at 18:14Step 2
in the answer to this question for some guidance on how to bisect your init file. – NickD Dec 19 '22 at 20:20