From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch Date: Mon, 05 Apr 2010 10:50:49 +0200 Message-ID: <4BB9A469.6050608@alice.it> References: <4BB4CF6B.2000007@alice.it> <4BB59476.7010600@swipnet.se> <4BB5C01E.10701@alice.it> <4BB608EE.7080101@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1270457550 2361 80.91.229.12 (5 Apr 2010 08:52:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 08:52:30 +0000 (UTC) Cc: Emacs To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 05 10:52:26 2010 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.69) (envelope-from ) id 1Nyi2k-0007Xe-JD for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 10:52:26 +0200 Original-Received: from localhost ([127.0.0.1]:58952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nyi2j-0007nD-Tl for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 04:52:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nyi1c-0007Xr-Su for emacs-devel@gnu.org; Mon, 05 Apr 2010 04:51:16 -0400 Original-Received: from [140.186.70.92] (port=41503 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nyi1a-0007Wy-NO for emacs-devel@gnu.org; Mon, 05 Apr 2010 04:51:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nyi1Z-0001P0-NZ for emacs-devel@gnu.org; Mon, 05 Apr 2010 04:51:14 -0400 Original-Received: from smtp-out04.alice.it ([85.37.17.100]:1930) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nyi1Z-0001Oj-IK for emacs-devel@gnu.org; Mon, 05 Apr 2010 04:51:13 -0400 Original-Received: from FBCMMO04.fbc.local ([192.168.184.135]) by smtp-out04.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 Apr 2010 10:51:11 +0200 Original-Received: from FBCMCL01B09.fbc.local ([192.168.171.26]) by FBCMMO04.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 Apr 2010 10:50:56 +0200 Original-Received: from [82.57.171.114] ([82.57.171.114]) by FBCMCL01B09.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 Apr 2010 10:50:56 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <4BB608EE.7080101@swipnet.se> X-OriginalArrivalTime: 05 Apr 2010 08:50:56.0733 (UTC) FILETIME=[1B5A30D0:01CAD49D] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:123180 Archived-At: Still some observation... Suppose one starts Emacs, a single frame with 38 lines (Emacs.geometry: 80x40-0+0 in .Xdefaults, for example). Now suppose one creates some tabs: M-x tab-new. The lines now are 37 because one line is that of tabs and the frame has the same size (height). If, now, one deletes the tabs, the lines remain at 37 but the frame has the height shorter by one line. Repeating this procedure the lines become 36, 35,... and the frame shorter, shorter... Is this to be the right thing? My opinion is that the frame should have always the same height and the line should be 38 (N) or 37 (N-1) if the tabs are visible. Ciao, Angelo.