We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
flx-find-best-match: Variable binding depth exceeds max-specpdl-size I use flx with helm-flx. /cc @PythonNut
flx-find-best-match: Variable binding depth exceeds max-specpdl-size
The text was updated successfully, but these errors were encountered:
The simple solution is to throw this into your init.el:
init.el
(setq max-lisp-eval-depth 5000 max-specpdl-size 10000)
In general, those values are very reasonable on modern hardware.
The hard solution is to make flx do this for you automatically in an isolated manner.
flx
Sorry, something went wrong.
dd4b4d5
No branches or pull requests
flx-find-best-match: Variable binding depth exceeds max-specpdl-size
I use flx with helm-flx.
/cc @PythonNut
The text was updated successfully, but these errors were encountered: