emacs-devel
[Top][All Lists]
Advanced

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

Re: tool-tip default


From: Jason Rumney
Subject: Re: tool-tip default
Date: Tue, 07 Nov 2000 20:05:34 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.90

"Robert J. Chassell" <address@hidden> writes:

>    > Yes, just now:  `emacs -q --no-site-file'  no menu bar.
> 
>    Would anything in .Xdefaults affect this?
> 
> Ha!  Good observation!  In my ~/.Xresources file I have:
> 
>     Emacs*background:             darkblue
>     Emacs.MenuBar:                  on

This should be a number (of menu-bar lines) according to the code in
xfns.c. Probably atoi("on") is returning 0, so the effect of this is
to disable the menu bar, until you turn it back on in your .emacs.


-- 
Jason Rumney <address@hidden>





reply via email to

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