From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Emacs Devel <emacs-devel@gnu.org>
Subject: Variable eldoc-mode not defined
Date: Sun, 23 Mar 2008 18:47:36 +0100 [thread overview]
Message-ID: <47E697B8.8060000@gmail.com> (raw)
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)?
next reply other threads:[~2008-03-23 17:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-23 17:47 Lennart Borgman (gmail) [this message]
2008-03-27 20:14 ` Variable eldoc-mode not defined Sam Steingold
2008-03-27 20:28 ` Lennart Borgman (gmail)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47E697B8.8060000@gmail.com \
--to=lennart.borgman@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).