[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18155: 24.3.92; Honor toolBar resource *before* showing frame
From: |
Stefan Monnier |
Subject: |
bug#18155: 24.3.92; Honor toolBar resource *before* showing frame |
Date: |
Thu, 31 Jul 2014 11:52:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> 2 is the way to go IMHO.
An alternative to 2 is to create the GUI terminal later in
startup.el. This way, all the .emacs code is read while the selected
terminal is the "dumb" initial terminal, e.g. messages are sent to
stderr and the GUI frame is created after the .emacs is read so it can
take user settings. into account.
I've been using a local patch that does it for several years, very
happily, but of course, it will break any ~/.emacs that tries to check
things like screen size.
Stefan
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, (continued)
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Carlos Pita, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Eli Zaretskii, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Jan D., 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Eli Zaretskii, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Carlos Pita, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Jan Djärv, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Eli Zaretskii, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, martin rudalics, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Carlos Pita, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame, Jan Djärv, 2014/07/31
- bug#18155: 24.3.92; Honor toolBar resource *before* showing frame,
Stefan Monnier <=