Tracking down max-specpdl-size errors in emacs
To track the problem down, you can try this: (setq max-specpdl-size 5) ; default is 1000, reduce the backtrace level (setq debug-on-error t) ; now you should get a backtrace C-h a ; in speedbar You should get a backtrace upon the error, and at that point, you can track down the offending routine. I’d … Read more