GNU bug report logs -
#23609
25.0.92; Python eldoc freeze
Previous Next
Reported by: Jules Tamagnan <jtamagnan <at> gmail.com>
Date: Tue, 24 May 2016 15:36:01 UTC
Severity: normal
Found in version 25.0.92
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
> Thanks, this is now clear. A coupe of comments:
>
> . Should 1 be a defcustom? IOW, could it be that different users
> have different annoyance thresholds, and are willing to wait
> longer before turning eldoc-mode off?
Well eldoc mode remains on it simply won't do the automatic check
anymore when hovering over a function, you can still request the
documenation though the keybinding.
And yes the threshhold can be different for different people if that is
an option that you think would be good to add its pretty simple to add.
> . The problem happens only when the interpreter is busy doing
> something, is that right? If so, perhaps we shouldn't turn
> eldoc-mode off, but instead simply return?
The problem with simply returning instead of canceling the behavior for
the buffer is that a second (or so) later eldoc will once again try to
fetch the documentation and will be frozen until the timeout. This means
that you will be repeatidly be getting frozen as you type. It won't be
a complete freeze that crashes emacs but it won't be pleasant.
> . If we do turn eldoc-mode off, then I think a message to that
> effect is in order, to let the user know.
We're not turning it off but yes a warning would definitely be nice.
Thanks for hearing me out
This bug report was last modified 8 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.