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: Wed, 10 Oct 2007 07:55:41 +0200 Message-ID: <470C695D.5010906@swipnet.se> References: <002501c8044b$fcc95390$6100000a@intermedinc.internal> <4701F8AC.6070900@gmx.at> <470A9D22.2040709@gmx.at> <470BF1BF.3000609@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 1191995888 21984 80.91.229.12 (10 Oct 2007 05:58:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 05:58:08 +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 Wed Oct 10 07:58: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 1IfUa1-00025P-CS for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 07:58:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfUZk-0001jF-Ry for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 01:57:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfUZ0-0001Rx-7X for emacs-devel@gnu.org; Wed, 10 Oct 2007 01:56:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfUYt-0001Qf-OE for emacs-devel@gnu.org; Wed, 10 Oct 2007 01:56:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfUYt-0001Qc-KL for emacs-devel@gnu.org; Wed, 10 Oct 2007 01:56:51 -0400 Original-Received: from av7-1-sn3.vrr.skanova.net ([81.228.9.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfUYd-0003Tk-D5; Wed, 10 Oct 2007 01:56:36 -0400 Original-Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id B7C0039127; Wed, 10 Oct 2007 07:55:15 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 9B9DE38226; Wed, 10 Oct 2007 07:55:15 +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 E7EC737E48; Wed, 10 Oct 2007 07:56:21 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: <470BF1BF.3000609@gmx.at> X-Detected-Kernel: 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:80492 Archived-At: martin rudalics skrev: >> If nobody else reports on having debugged this and tells what the >> cause is, would you please debug it? > > The cause is the toolbar. Since I never use it I never noticed > the bug before. > > I can reproduce the bug with the single-line .emacs: > > (add-to-list 'default-frame-alist '(height . 37)) > > I can't reproduce it with the two-liner: > > (add-to-list 'default-frame-alist '(height . 37)) > (tool-bar-mode nil) > > I faintly recall some discussion about this on emacs-devel. > Maybe the bug has been already fixed on the trunk and people > can't reproduce it now. > It has not been fixed. Further more, different toolkits/ports needs different fixes, so the w32 port needs its own unique fix. Jan D.