-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error in post-command-hook (indent-guide-post-command-hook) #47
Comments
@CSRaghunandan , |
Also, I tried replicating the error with other major modes and it looks like it only breaks down for js2-mode. Could this be because of the indentation defaults for js2-mode ? |
Something strange happened, I am no longer encountering the bug anymore. I made minor changes to my .emacs file (but. nothing related to indent-guide) and somehow, it fixed the indent-guide bug. |
As I remember, indent-guide does not use any major-mode specific things and it sounds strange to me. Do you remember the changes you made that fixed indent-guide ? |
Yes, I set indent-guide-recursive to nil and it works fine, but if I set indent-guide-recursive to a non-nil value, I got the bug(in emacs 24 only, I started using emacs 25 and I no longer get this bug :) ) |
Thanks. |
Sorry for the very late reply , and yes, It does happen in all modes (not just js2-mode). Specifically, the problem happens when i've set Also, I was wrong before, i get the same error in emacs 25 too. |
Thanks, I'll inspect later. |
Yeah I got this issue too Running on Ubuntu 16.04 in Emacs25 |
I got issue too. Provide some details: I open a new buffer in a new frame. I'm using 'edit-server' to editing Gmail input box email in
|
Any update on this? |
I guess you're busy now. Sorry for distrubting. |
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.
The text was updated successfully, but these errors were encountered: