I am editing org-mode
files with a lot of source code blocks. These blocks contain my own pseudo code that looks like this:
(A) {B} (C)
(D) {F} (Z)
When moving within these blocks there is a pause or delay of several seconds between movements. After that the error message eldoc error: (error Variable binding depth exceeds max-specpdl-size)
is displayed. First I thought the recent 25.1.1 update of railwaycat's Emacs for Mac was the culprit. But after a downgrade to the latest 24 version, the issue is still there. I then tried to rollback any package updates (with Spacemacs
). Alas, to no avail. What can I do?