emacs-devel
[Top][All Lists]
Advanced

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

Variable eldoc-mode not defined


From: Lennart Borgman (gmail)
Subject: Variable eldoc-mode not defined
Date: Sun, 23 Mar 2008 18:47:36 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

I now and then get a message that the variable eldoc-mode is not defined when I access the menus and then the menus stops working.

This is in my patched version (CVS Emacs 23) and I am not sure if this happens in the unpatched version. However line 284 in lisp-mode says

    (define-key menu-map [eldoc]
      '(menu-item "Auto-Display Documentation Strings" eldoc-mode
284--->                :button (:toggle . eldoc-mode)
                  :help "Display the documentation string for the item under 
cursor"))

Should not that line check with (boundp 'eldoc-mode)?




reply via email to

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