bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19696: Acknowledgement (24.4; python.el: blank line eldoc error)


From: Stefan Monnier
Subject: bug#19696: Acknowledgement (24.4; python.el: blank line eldoc error)
Date: Wed, 04 Feb 2015 13:35:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I'm not the expert here, but could it be that there is no previous
> value for eldoc-documentation-function?

eldoc-documentation-function is defined in eldoc.el as:

    (defvar eldoc-documentation-function #'ignore
      ...)

and eldoc.el is preloaded, so the var should not be nil.

Which version of Emacs is that?  Your report seems to say Emacs-24.4,
but the add-function call in python.el is new in master, AFAICT.
Are you by any chance using the python.el from master with an
older Emacs?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]