unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Variable eldoc-mode not defined
@ 2008-03-23 17:47 Lennart Borgman (gmail)
  2008-03-27 20:14 ` Sam Steingold
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman (gmail) @ 2008-03-23 17:47 UTC (permalink / raw)
  To: Emacs Devel

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)?




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-27 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 17:47 Variable eldoc-mode not defined Lennart Borgman (gmail)
2008-03-27 20:14 ` Sam Steingold
2008-03-27 20:28   ` Lennart Borgman (gmail)

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).