-
Notifications
You must be signed in to change notification settings - Fork 14
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
Will freeze when using Info nodes #34
Comments
I couldn't repro this either. |
I investigated further an it actually has nothing to do with Could you retry with My new solution is to turn off Finally, apologies but you shouldn't remove |
Okay. |
Could you retry reproducing with |
I can repro this now. Emacs enter infinite loop, however, since I don't have Emacs debug symbol, it's hard to tell where the infinite loop happened |
For the record, this is the C backtrace:
And this is the Lisp backtrace:
|
Filed http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42220 with some more info. |
Thanks, but the backtrace alone is not enough: it doesn't convey enough information to understand how this happened. It appears that Alternatively, a recipe starting from |
Also, the value of |
I'm confused by this part of the recipe:
Pressing |
Here is the repo steps with
|
Thanks. You are crazy^H^H^H^H^Hoverly optimistic calling |
Thanks, should be fixed now. |
Does that mean if I not call |
I'm not familiar with the code enough to answer that. The issue is that |
Reproducing is unreliable.
i
(Info-index
) and select the first item.Here is a screenshot where it freezes.
I'm pretty sure the problem is with mini-modeline. Disabling mini-modeline solves things. (I'm using smart-mode-line but this happens even with smart-mode-line disabled).
The default value of
mini-modeline-r-format
is:If we remove just
mode-line-front-space
:everything works.
This is the solution I'll adopt. I tried to debug, but because it's unreliable and Emacs froze I couldn't get a good backtrace.
The text was updated successfully, but these errors were encountered: