[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fwd: Frame Height Different for Default Frame and Additional Frames
From: |
Richard Stallman |
Subject: |
Re: [Fwd: Frame Height Different for Default Frame and Additional Frames] |
Date: |
Tue, 25 Dec 2007 12:17:36 -0500 |
Does this bug still happen for you, or has it been fixed?
> Create a one-line .emacs like
>
> (add-to-list 'default-frame-alist '(height . 37))
>
> that is, the frame height should be less than that of your screen.
>
> Start Emacs, do C-x 5 2, and tell us whether the heights of the two
> frames differ.
Yes they do. It looks like default-frame-alist is ignored for the first
frame.
This does not fail for me. When I start Emacs with just
(add-to-list 'default-frame-alist '(height . 15))
in .emacs, it makes a 15-line frame. I tested that in Emacs 22
and in the trunk, and it makes a 15-line frame in both.
(The frame starts out the default size and then shrinks, of course.)
- Re: [Fwd: Frame Height Different for Default Frame and Additional Frames],
Richard Stallman <=