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

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

Re: removing the toolbar


From: Miguel Frasson
Subject: Re: removing the toolbar
Date: 07 Oct 2004 15:47:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Uwe Mayer <merkosh@hadiko.de> writes:

> Hi,
> 
> I added the line
> '(tool-bar-mode nil nil (tool-bar))
> 
> to my .emacs file (- who needs the toolbar? ;)). A line in my .Xdefaults
> causes emacs to start with geometry 83x71, but when the first emacs
> instance initialises it starts up with the specified size but then removes
> the toolbar and gets shorter by the space the toolbar took up previously.
> If I open a file in another windows C-x 5 f it does not need to remove the
> toolbar and the window is displayed in the proper size.
> 
> Does anyone know how to prevent the behaviour of the first emacs instance so
> it starts up with the specified size?


Did you try to just customize the variable tool-bar-mode?  Maybe (I am not
sure) the customization is loaded before the frame actually display any
toolbar.

By adding such line 
  '(tool-bar-mode nil nil (tool-bar))
what do you get?  It is a quoted expression... or do you mean that you
changed by hand a customization?

[]

Miguel.

-- 
Miguel Vinicius Santini Frasson
http://www.math.leidenuniv.nl/~frasson


reply via email to

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