From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: [Fwd: Frame Height Different for Default Frame and Additional Frames] Date: Mon, 08 Oct 2007 23:12:02 +0200 Message-ID: <470A9D22.2040709@gmx.at> References: <002501c8044b$fcc95390$6100000a@intermedinc.internal> <4701F8AC.6070900@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191878074 4343 80.91.229.12 (8 Oct 2007 21:14:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2007 21:14:34 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 08 23:14:32 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iezvp-0003mf-GK for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2007 23:14:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iezvj-0001bM-T3 for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2007 17:14:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IezvA-0001Jx-Bi for emacs-devel@gnu.org; Mon, 08 Oct 2007 17:13:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iezv9-0001JZ-0Q for emacs-devel@gnu.org; Mon, 08 Oct 2007 17:13:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iezv8-0001JW-Qc for emacs-devel@gnu.org; Mon, 08 Oct 2007 17:13:46 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Iezv8-0007rd-UB for emacs-devel@gnu.org; Mon, 08 Oct 2007 17:13:47 -0400 Original-Received: (qmail invoked by alias); 08 Oct 2007 21:13:45 -0000 Original-Received: from N836P005.adsl.highway.telekom.at (EHLO [62.47.48.101]) [62.47.48.101] by mail.gmx.net (mp045) with SMTP; 08 Oct 2007 23:13:45 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18btbJHvCUbGXQG+nmzCuqX2oJqB2bfZpQoR1b5Ib I925FYwijcLlMM User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80431 Archived-At: > From: Rocco Pigneri > To: bug-gnu-emacs@gnu.org > Subject: Frame Height Different for Default Frame and Additional Frames > > > 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. > I can confirm that behavior with Emacs -Q (EMACS_22_BASE) on Windows ME. Is this something that can be fixed or something that should be added to ~/etc/PROBLEMS ? Note that the behavior violates the description from the Elisp manual -- Variable: default-frame-alist This is an alist specifying default values of frame parameters for all Emacs frames--the first frame, and subsequent frames. When ...