emacs-neotree icon indicating copy to clipboard operation
emacs-neotree copied to clipboard

After open neotree autofresh, error happen.

Open zw963 opened this issue 8 years ago • 2 comments

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 avatar Oct 27 '17 02:10 zw963

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 avatar Oct 27 '17 02:10 zw963

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)

zw963 avatar Oct 27 '17 02:10 zw963