help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Lose toolbar in Terminal?


From: John Russell
Subject: Re: Lose toolbar in Terminal?
Date: 13 Apr 2003 14:02:52 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Sebastian Tennant <seb@albert.vcisp.net> writes:

> Hu gnus.
> 
> Can the menu bar be dismissed in non-windowing terminal mode, without
> disabling the sometimes useful
> F10 menu bar work around?
> 

I have a section of .emacs which includes the following:

(cond (window-system
        (stuff specific to X/graphical...) 
     
     ((not window-system)
        (stuff that is only loaded in terminal mode)


That second one might be a good place to but a 

(menu-bar-mode 0) or something.

John


reply via email to

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