Using Spacemacs 0.105, all packages updated.
Using Slime's who-calls
on a symbol errors out with nesting exceeds max-lisp-eval-depth
.
I've tried setting the eval-depth with
(setq max-lisp-eval-depth 10000)
That then gives me this error: Variable binding depth exceeds max-specpdl-size
So then I tried setting that as well
(setq max-specpdl-size 32000)
Which then gives me the eval-depth error again, so it's just going round in circles.
Any ideas?