From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rocco Pigneri" Newsgroups: gmane.emacs.bugs Subject: Frame Height Different for Default Frame and Additional Frames Date: Mon, 1 Oct 2007 12:56:17 -0400 Message-ID: <002501c8044b$fcc95390$6100000a@intermedinc.internal> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0026_01C8042A.75B7B390" X-Trace: sea.gmane.org 1191257814 18754 80.91.229.12 (1 Oct 2007 16:56:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2007 16:56:54 +0000 (UTC) To: Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 01 18:56:50 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IcOZK-0007BL-TO for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Oct 2007 18:56:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcOZH-0004iE-3G for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Oct 2007 12:56:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcOZF-0004i7-Ar for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 12:56:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcOZE-0004hm-Ap for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 12:56:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcOZE-0004hg-4m for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 12:56:24 -0400 Original-Received: from smtpout07-04.prod.mesa1.secureserver.net ([64.202.165.233] helo=smtpout07.prod.mesa1.secureserver.net) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IcOZD-0001nI-Iv for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 12:56:23 -0400 Original-Received: (qmail 13152 invoked from network); 1 Oct 2007 16:56:21 -0000 Original-Received: from unknown (64.119.137.178) by smtpout07-04.prod.mesa1.secureserver.net (64.202.165.233) with ESMTP; 01 Oct 2007 16:56:19 -0000 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgES/vW6Z5L+rnsR9q+usRSe4opUA== X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16676 Archived-At: This is a multi-part message in MIME format. ------=_NextPart_000_0026_01C8042A.75B7B390 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To whom this may concern: The size of the first frame created by an Emacs 22.1 instance and the subsequent frames created by that instance differ on Windows. The first frame is exactly three lines shorter than all subsequent frames. Steps to reproduce: 1. Put the following line in your .emacs file: (add-to-list 'default-frame-alist '(height . 57)) 2. Start a new instance of Emacs. Note the height of the frame. 3. Press C-x 5 2 to create a new frame. You will notice that this new frame is three lines longer than the old one. Thank you, Rocco Pigneri ------=_NextPart_000_0026_01C8042A.75B7B390 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

To whom this may = concern:

 

The size of the first frame created by an Emacs 22.1 instance and the subsequent frames created by that instance differ on = Windows.  The first frame is exactly three lines shorter than all subsequent = frames.

 

Steps to reproduce:

 

1. Put the following line in your .emacs = file:

 

(add-to-list 'default-frame-alist '(height . = 57))

 

2. Start a new instance of Emacs.  Note the = height of the frame.

 

3. Press C-x 5 2 to create a new frame.  You = will notice that this new frame is three lines longer than the old = one.

 

Thank you,

 

Rocco Pigneri

------=_NextPart_000_0026_01C8042A.75B7B390--