From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [Fwd: Frame Height Different for Default Frame and Additional Frames] Date: Thu, 11 Oct 2007 20:03:10 +0200 Message-ID: <470E655E.10905@swipnet.se> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1192125807 28050 80.91.229.12 (11 Oct 2007 18:03:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 18:03:27 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 11 20:03:25 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 1Ig2NX-0003v1-S6 for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 20:03:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ig2NR-0001x3-Ry for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 14:03:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ig2NP-0001wy-I0 for emacs-devel@gnu.org; Thu, 11 Oct 2007 14:03:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ig2NO-0001wf-Rc for emacs-devel@gnu.org; Thu, 11 Oct 2007 14:03:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ig2NO-0001wc-PG for emacs-devel@gnu.org; Thu, 11 Oct 2007 14:03:14 -0400 Original-Received: from av9-2-sn3.vrr.skanova.net ([81.228.9.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ig2NG-0001Sx-Ke; Thu, 11 Oct 2007 14:03:06 -0400 Original-Received: by av9-2-sn3.vrr.skanova.net (Postfix, from userid 502) id B05E0381C3; Thu, 11 Oct 2007 20:03:05 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 9591237EC6; Thu, 11 Oct 2007 20:03:05 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 7538D37E4A; Thu, 11 Oct 2007 20:03:05 +0200 (CEST) User-Agent: Thunderbird 1.5.0.13 (X11/20070824) In-Reply-To: <470DE439.1030603@gmx.at> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:80645 Archived-At: martin rudalics skrev: >> Martin, could you try debugging this on GNU/Linux? > > Sorry no, my GUN/Linux machine crashed a while ago. Someone using a > non-Gtk+ install would have to do that. It would already be helpful if > someone could post here whether the behavior occurs on a non-Gtk+ Emacs > on GNU/Linux. > > To reproduce: > > 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. Jan D.