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

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

Re: Why turning off scroll/menu bar NOT universal like when open 2 files


From: Allan Gottlieb
Subject: Re: Why turning off scroll/menu bar NOT universal like when open 2 files? (e.g. emacs file*)
Date: 11 Dec 2001 23:36:56 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Try

(scroll-bar-mode  -1)
(menu-bar-mode    -1)

nil tends to be for toggles.

allan 

Chris Seberino <seberino@spawar.navy.mil> writes:

> I turned off scroll bar and menu bar and am happy with that.
> 
> I noticed if I do "emacs file*" to open a bunch of files
> simultaneously that scroll bar and menu bar are back in action.
> 
> How do I make 
> 
> (menu-bar-mode     nil)
> (toggle-scroll-bar nil)
> 
> be UNIVERSAL???
> 
> A 1000 thank yous,
> 
> Chris
> 
> -- 
> =======================================================
> | Dr. Christian Seberino  || (619) 553-7940 (office1) |
> | SPAWARSYSCEN 2733       || (619) 553-2564 (office2) |
> | 53560 HULL ST           || (619) 553-6307 (fax)     |
> | SAN DIEGO CA 92152-5001 || seberino@spawar.navy.mil |
> =======================================================
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs



reply via email to

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