From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: removing the toolbar
Date: Thu, 07 Oct 2004 16:02:24 GMT [thread overview]
Message-ID: <jwv3c0qttfp.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: ck3fcm$s03$1@news2.rz.uni-karlsruhe.de
> 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.
When you start Emacs, it begins by creating a frame, then reads your .emacs.
So when it creates the frame, it hasn't seen yet that you want the toolbar
to be turned off. After the .emacs is read, the frame is reconfigured to
correspond to the new settings.
If you think this behavior should be changed, please send a feature request
to gnu.emacs.bug.
E.g. I've changed my Emacs to create the initial frame *after* reading the
.emacs file so as to avoid/reduce those problems (but then all the "loading"
messages from my .emacs are sent to stderr).
As someone mentioned, you can fix your particular problem by using
Xresources because these are read before creating the initial frame.
Stefan
prev parent reply other threads:[~2004-10-07 16:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-07 13:12 removing the toolbar Uwe Mayer
2004-10-07 13:47 ` Miguel Frasson
2004-10-07 14:00 ` Reiner Steib
2004-10-07 14:38 ` FCC
2004-10-07 15:50 ` Peter Lee
2004-10-07 17:15 ` Drew Adams
2004-10-07 16:02 ` Stefan Monnier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwv3c0qttfp.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).