]> code.delx.au - gnu-emacs/commit
Fix eldoc-related freezes in python mode
authorJules Tamagnan <jtamagnan@gmail.com>
Fri, 10 Jun 2016 09:08:29 +0000 (12:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Jun 2016 09:08:29 +0000 (12:08 +0300)
commit66d556b5187d768bbd233513b54dcb4beaa90c6d
treeaeca525a52d33c82892d5d7c161f5f377bf7d7fc
parentd59bcbc00bc70f101492a80ea48964b2dd5d337d
Fix eldoc-related freezes in python mode

* lisp/progmodes/python.el (python-eldoc-get-doc): New defvar.
(python-eldoc-function-timeout)
(python-eldoc-function-timeout-permanent): New defcustoms.
(python-eldoc-function): If python-eldoc--get-doc-at-point times
out, effectively turn off ElDoc in current buffer.  (Bug#23609)
lisp/progmodes/python.el