From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [Fwd: Frame Height Different for Default Frame and Additional Frames] Date: Tue, 25 Dec 2007 12:17:36 -0500 Message-ID: References: <002501c8044b$fcc95390$6100000a@intermedinc.internal> <4701F8AC.6070900@gmx.at> <470A9D22.2040709@gmx.at> <470BF1BF.3000609@gmx.at> <470C695D.5010906@swipnet.se> <470DE439.1030603@gmx.at> <470E655E.10905@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1198603079 15629 80.91.229.12 (25 Dec 2007 17:17:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Dec 2007 17:17:59 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 25 18:18:05 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 1J7DPo-0001fq-2D for ged-emacs-devel@m.gmane.org; Tue, 25 Dec 2007 18:18:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7DPT-00051Y-BH for ged-emacs-devel@m.gmane.org; Tue, 25 Dec 2007 12:17:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7DPP-00050p-NN for emacs-devel@gnu.org; Tue, 25 Dec 2007 12:17:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7DPN-00050Q-DM for emacs-devel@gnu.org; Tue, 25 Dec 2007 12:17:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7DPN-00050N-8o for emacs-devel@gnu.org; Tue, 25 Dec 2007 12:17:37 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7DPN-00069C-5N for emacs-devel@gnu.org; Tue, 25 Dec 2007 12:17:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J7DPM-0003EZ-I9; Tue, 25 Dec 2007 12:17:36 -0500 In-reply-to: <470E655E.10905@swipnet.se> (message from =?ISO-8859-15?Q?Jan_Dj=E4rv?= on Thu, 11 Oct 2007 20:03:10 +0200) X-detected-kernel: by monty-python.gnu.org: 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:85446 Archived-At: Does this bug still happen for you, or has it been fixed? > Create a one-line .emacs like > > (add-to-list 'default-frame-alist '(height . 37)) > > that is, the frame height should be less than that of your screen. > > Start Emacs, do C-x 5 2, and tell us whether the heights of the two > frames differ. Yes they do. It looks like default-frame-alist is ignored for the first frame. This does not fail for me. When I start Emacs with just (add-to-list 'default-frame-alist '(height . 15)) in .emacs, it makes a 15-line frame. I tested that in Emacs 22 and in the trunk, and it makes a 15-line frame in both. (The frame starts out the default size and then shrinks, of course.)