LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Disabling GNU Emacs Toolbar and Menubar (https://www.linuxquestions.org/questions/linux-newbie-8/disabling-gnu-emacs-toolbar-and-menubar-78743/)

mayagenesis 08-03-2003 10:56 PM

Disabling GNU Emacs Toolbar and Menubar
 
Does anyone know how to disable Toolbar and Menubar for GNU Emacs version 21.2.1.


I tried (set-specifier menubar-visible-p nil) but it gave me error. Also I tried to find Xdefaults but it is no where.

Anyone??

Tinkster 08-04-2003 02:04 AM

Well, if I want it plain I invoke emacs with
-nw usually ... but when in X-mode you
can switch them off using
Meta-x menu-bar-mode <return>
Meta-x tool-bar-mode <return>

Cheers,
Tink

P.S.: Maybe they'd work as variables
in your .emacs, too? :) Just try
(menu-bar-mode nil) :}

Tinkster 08-05-2003 04:06 PM

Are you happy with this hint?

Cheers,
Tink


All times are GMT -5. The time now is 01:12 AM.