I'm running emacs 24.5.1 on mac osx El capitan and I am running into an issue when using indent-guide in js2-mode.
Whenever I create a function and move the cursor to the function body, indent-guide-mode throws this error :- Error in post-command-hook (indent-guide-post-command-hook): (error "Variable binding depth exceeds max-specpdl-size")
I tried disabling and enabling the mode again, but ran into the same issue.
Any idea how to fix this error ?
ps. this only happens when the function body is empty and I move the cursor to the function body.
I'm running emacs 24.5.1 on mac osx El capitan and I am running into an issue when using indent-guide in js2-mode.
Whenever I create a function and move the cursor to the function body, indent-guide-mode throws this error :-
Error in post-command-hook (indent-guide-post-command-hook): (error "Variable binding depth exceeds max-specpdl-size")I tried disabling and enabling the mode again, but ran into the same issue.
Any idea how to fix this error ?
ps. this only happens when the function body is empty and I move the cursor to the function body.