all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* size of initial frame changed from 22.3 to 23.2
@ 2010-06-04  8:18 Kevin Rodgers
  0 siblings, 0 replies; only message in thread
From: Kevin Rodgers @ 2010-06-04  8:18 UTC (permalink / raw
  To: help-gnu-emacs

The size of the initial frame has changed:

On GNU Emacs 22.3.1 (i386-apple-darwin8.11.1, Carbon Version 1.6.0),
frame-height returns 40 and frame-width returns 80.

On GNU Emacs 23.2.1 (i386-apple-darwin8.11.1, NS apple-appkit-824.48),
frame-height returns 34 and frame-width returns 80.

Both executables started with -Q, no .Xresources or .Xdefaults files.

I think I know how to fix it -- add (height . 40) to initial-frame-alist
in my .emacs -- but what is the root cause of this change?

Now use-fancy-splash-screens-p returns nil in Emacs 23 whereas it returned t
in Emacs 22, because (a) the frame height has decreased from 40 to 34 and (b)
the image-height has increased from 13.5625 to 14.4667. So the frame height
minus 1 (= 33) is no longer greater than the sum of the image height plus 19
(= 33.4667).

-- 
Kevin Rodgers
Denver, Colorado, USA




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-04  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04  8:18 size of initial frame changed from 22.3 to 23.2 Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.