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: Carlos Pita
Subject: bug#19696: Acknowledgement (24.4; python.el: blank line eldoc error)
Date: Wed, 4 Feb 2015 15:01:57 -0300

Sure Stefan.

This:


#[128 "\300\301^B\"\206^K^@\300\302^B\"\207" [apply
python-eldoc-function #[128 "\301\302\300!^B\"\207"
[eldoc-documentation-function apply default-value] 4 "

(fn &rest ARGS)"] nil] 4 nil]


is the content of eldoc-documentation-function at this point of execution:


     (if eldoc-documentation-function
         (eldoc-message (funcall eldoc-documentation-function))
      [...]


The error raised by the evaluation of the funcall is:


    Symbol's function definition is void: nil


And that triggers the message in the echo area:


    eldoc error: (void-function nil)





reply via email to

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