|
| From: | Stefan Monnier |
| Subject: | Re: [Fwd: Frame Height Different for Default Frame and Additional Frames] |
| Date: | Thu, 11 Oct 2007 10:01:00 -0400 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) |
> The obvious (but more difficult) would be to read all startup lisp before
> creating the first frame.
It's not that difficult. The first frame created is `terminal-frame' anyway
and this one does not need any information from .emacs. Currently we create
a second (X11, or w32, or mac, or tty) frame and delete the `terminal-frame'
before reading the .emacs but we could do that later.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |