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: Re: [Fwd: Frame Height Different for Default Frame and Additional Frames] Date: Tue, 09 Oct 2007 23:25:19 +0200 Message-ID: <470BF1BF.3000609@gmx.at> References: <002501c8044b$fcc95390$6100000a@intermedinc.internal> <4701F8AC.6070900@gmx.at> <470A9D22.2040709@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 1191965185 12389 80.91.229.12 (9 Oct 2007 21:26:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2007 21:26:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 09 23:26:24 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 1IfMaq-0008Fk-HA for ged-emacs-devel@m.gmane.org; Tue, 09 Oct 2007 23:26:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfMak-0004hu-IA for ged-emacs-devel@m.gmane.org; Tue, 09 Oct 2007 17:26:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfMag-0004hd-Bj for emacs-devel@gnu.org; Tue, 09 Oct 2007 17:26:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfMae-0004hJ-QJ for emacs-devel@gnu.org; Tue, 09 Oct 2007 17:26:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfMae-0004hG-LD for emacs-devel@gnu.org; Tue, 09 Oct 2007 17:26:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IfMae-0002QD-3e for emacs-devel@gnu.org; Tue, 09 Oct 2007 17:26:08 -0400 Original-Received: (qmail invoked by alias); 09 Oct 2007 21:26:06 -0000 Original-Received: from N733P019.adsl.highway.telekom.at (EHLO [62.47.35.147]) [62.47.35.147] by mail.gmx.net (mp049) with SMTP; 09 Oct 2007 23:26:06 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19WnQ9+Jf1WybRkP4QRLkO7mihnLoBpmbH80AfqO4 9uWM0YyQRQUb5x 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:80481 Archived-At: > 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.