Closed JohnADawson closed 1 week ago
I can reproduce the error (also without the lsp layer) when dotspacemacs-enable-load-hints
is t
. It does not occur after disabling this new load-hints feature on my system. @sunlin7 Would you take a look?
I'm going to reproduce it, give me some time, will update later. Thanks.
Can reproduce the issue with the reported environment. Disable the feature first #16654 ; I'm try to find the root cause. Thanks
The Emacs had count in depth in the code,
https://github.com/emacs-mirror/emacs/blob/3496234c8ed10a14f740199722ec727bd43c82d3/src/eval.c#L269-L270
max_lisp_eval_depth += diff;
lisp_eval_depth_reserve -= diff;
So use the :filter-args to avoid the nesting calls.
Description :octocat:
With the Python and LSP layers when a Python file is found an error occurs and missing are key bindings of the LSP layer, like
SPC m r r
.Reproduction guide :beetle:
SPC f f
and find a .py file.Observed behaviour: :eyes: :broken_heart: An error occurs, the backtrace whereof is below; missing are key bindings of the LSP layer, like
SPC m r r
.Expected behaviour: :heart: :smile: No error occurs; no key bindings are missing.
System Info :computer:
Backtrace :paw_prints: