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

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

Re: Size of emacs window can't exceed 59 in height


From: Peter Dyballa
Subject: Re: Size of emacs window can't exceed 59 in height
Date: Fri, 10 Oct 2008 11:25:14 +0200


Am 10.10.2008 um 08:49 schrieb Torben Knudsen:

initial-frame-alist is a variable defined in `frame.el'.
Its value is
((top . 1)
 (left . 1)
 (width . 80)
 (height . 64))

default-frame-alist is a variable defined in `C source code'.
Its value is
((menu-bar-lines . 1)
 (tool-bar-lines . 0)
 (vertical-scroll-bars)
 (width . 80)
 (height . 64))

Still the window is 80 x 59


How do you measure? Do you count mode-lines, echo-area/minibuffer? And window decoration? The lines times columns area is inside the window decoration from the window manager. When you switch to a larger or smaller font the frame (X window) changes its size. When you use (in TeX or info buffers or in mode-line) fonts with a different size the size of the frame or (GNU Emacs) window does not change.

--
Greetings

  Pete

There's something the technicians need to learn from the artists. If it isn't aesthetically pleasing, it's probably wrong.






reply via email to

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