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: Sat, 05 Jan 2008 12:22:47 +0100 Message-ID: <477F6887.60703@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> <470E655E.10905@swipnet.se> <4773F8BA.4090009@gmx.at> <47755756.20601@gmx.at> <47758C04.9050908@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: ger.gmane.org 1199532203 30722 80.91.229.12 (5 Jan 2008 11:23:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 11:23:23 +0000 (UTC) Cc: bob@rattlesnake.com, rms@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 12:23:44 2008 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 1JB77u-0007WT-5Q for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 12:23:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB77X-0005Hn-Gz for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 06:23:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB77T-0005HO-Pp for emacs-devel@gnu.org; Sat, 05 Jan 2008 06:23:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB77S-0005HC-A7 for emacs-devel@gnu.org; Sat, 05 Jan 2008 06:23:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB77S-0005H9-7c for emacs-devel@gnu.org; Sat, 05 Jan 2008 06:23:14 -0500 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 1JB77O-0002FY-Bx; Sat, 05 Jan 2008 06:23:10 -0500 Original-Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id D8AAF381CE; Sat, 5 Jan 2008 12:19:48 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id BA04F37F14; Sat, 5 Jan 2008 12:19:48 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id D453237E46; Sat, 5 Jan 2008 12:23:07 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: <47758C04.9050908@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:86140 Archived-At: martin rudalics skrev: >> What I wanted to express above is that my initial Emacs frame has >> the same height regardless of whether I have toolbars enabled or >> not. >> >> That is a different issue than RMS was dealing with. As far as I >> understand, he was concerned with the number of lines of text. > > Apparently for Gtk+ users the height changes but the number of visible > lines remains the same when toggling `tool-bar-mode'. For native > toolbar users the height remains the same and the number of visible > lines changes. I reported this only to explain the behavior of Emacs > with native toolbars as seen here. Yes this is one of many symptoms of bugs in the Emacs-Gtk+ resize code. Is is mainly due to my misunderstanding of both Gtk+ resize handling and Emacs resize handling. This time two wrongs did not make one right :-). I'm working on it, but there are still some time before I can check something in. Jan D.