Skip to content
New issue

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

After open neotree autofresh, error happen. #275

Open
zw963 opened this issue Oct 27, 2017 · 2 comments
Open

After open neotree autofresh, error happen. #275

zw963 opened this issue Oct 27, 2017 · 2 comments

Comments

@zw963
Copy link

zw963 commented Oct 27, 2017

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]
@zw963
Copy link
Author

zw963 commented Oct 27, 2017

Seem like that error caused by (setq neo-vc-integration t).

comment this line, no error now, but when I change a file name in terminal,
neotree buffer not autofresh.

@zw963
Copy link
Author

zw963 commented Oct 27, 2017

hi, it seem like still exist Variable binding depth exceeds max-specpdl-size error,
which cause emacs terminate it server.

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)

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

No branches or pull requests

1 participant