* progmodes/python.el: Enhancements to eldoc support.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Wed, 18 Jul 2012 18:40:03 +0000 (15:40 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Wed, 18 Jul 2012 18:40:03 +0000 (15:40 -0300)
commitd583cbe6814dee8e976e00c2d71fa874a0310e36
treed5f3cb5ada78ec8f9c6f05f7d636c8f27420587a
parent837131548b13935cc7a2cbb7114bfb0ee44eae76
* progmodes/python.el: Enhancements to eldoc support.
(python-info-current-symbol): New function.
(python-eldoc-at-point): Use python-info-current-symbol.
(python-info-current-defun): Fix cornercase on first defun scan.
(python-eldoc--get-doc-at-point): Use python-info-current-symbol
and signal error when no inferior python process is available.
lisp/ChangeLog
lisp/progmodes/python.el