all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: size of initial frame changed from 22.3 to 23.2
Date: Fri, 04 Jun 2010 02:18:33 -0600	[thread overview]
Message-ID: <huacss$igp$1@dough.gmane.org> (raw)

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




                 reply	other threads:[~2010-06-04  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='huacss$igp$1@dough.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.