Skip to content
New issue

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

Error on find file #79

Closed
wedens opened this issue Oct 29, 2015 · 1 comment
Closed

Error on find file #79

wedens opened this issue Oct 29, 2015 · 1 comment

Comments

@wedens
Copy link

wedens commented Oct 29, 2015

flx-find-best-match: Variable binding depth exceeds max-specpdl-size
I use flx with helm-flx.
/cc @PythonNut

@PythonNut
Copy link
Collaborator

The simple solution is to throw this into your 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants