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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my settings
(setq neo-keymap-style 'concise) (require 'neotree) ;; (setq neo-smart-open t) (setq neo-window-width 45) (setq neo-window-fixed-size nil) (setq neo-auto-indent-point t) (setq neo-autorefresh t) (setq neo-vc-integration t) (setq neo-hidden-regexp-list '("\\.pyc$" "~$" "^#.*#$" "\\.elc$"))
Error:
Error running timer ‘neo-global--do-autorefresh’: (wrong-type-argument listp t) [43 times Error running timer ‘neo-global--do-autorefresh’: (error "Variable binding depth exceeds max-specpdl-size") [597 times]
The text was updated successfully, but these errors were encountered:
Seem like that error caused by (setq neo-vc-integration t).
(setq neo-vc-integration t)
comment this line, no error now, but when I change a file name in terminal, neotree buffer not autofresh.
Sorry, something went wrong.
hi, it seem like still exist Variable binding depth exceeds max-specpdl-size error, which cause emacs terminate it server.
Variable binding depth exceeds max-specpdl-size
emacs 25.2.1
last commit: bc98dfb - (HEAD -> dev, origin/dev, origin/HEAD) Merge pull request #254 from ichiroc/autorefresh-keeping-root(5 months ago,Aborn Jiang)
No branches or pull requests
my settings
Error:
The text was updated successfully, but these errors were encountered: