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: Sun, 11 Apr 2010 19:28:32 +0200 Message-ID: <4BC206C0.2010202@alice.it> References: <4BB4CF6B.2000007@alice.it> <4BB59476.7010600@swipnet.se> <4BB5C01E.10701@alice.it> <4BB608EE.7080101@swipnet.se> <4BB9A469.6050608@alice.it> <4BC072C3.2080302@swipnet.se> <4BC0B692.2000702@alice.it> <4BC0BD6D.3060103@swipnet.se> <4BC0F715.2060605@alice.it> <45EB8DD4-B0F8-4FB3-941F-13FADA4DAD66@swipnet.se> <4BC1854B.2060409@alice.it> <4BC1A9D2.8050607@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1271007022 23155 80.91.229.12 (11 Apr 2010 17:30:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Apr 2010 17:30:22 +0000 (UTC) Cc: Emacs To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 11 19:30:21 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 1O10z9-0000UK-M5 for ged-emacs-devel@m.gmane.org; Sun, 11 Apr 2010 19:30:16 +0200 Original-Received: from localhost ([127.0.0.1]:57708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O10z8-0003fp-8N for ged-emacs-devel@m.gmane.org; Sun, 11 Apr 2010 13:30:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O10xf-0003Mz-TN for emacs-devel@gnu.org; Sun, 11 Apr 2010 13:28:43 -0400 Original-Received: from [140.186.70.92] (port=51754 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O10xe-0003MA-7E for emacs-devel@gnu.org; Sun, 11 Apr 2010 13:28:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O10xd-0001bI-E5 for emacs-devel@gnu.org; Sun, 11 Apr 2010 13:28:42 -0400 Original-Received: from smtp-out26.alice.it ([85.33.2.26]:3178) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O10xd-0001ao-6Y for emacs-devel@gnu.org; Sun, 11 Apr 2010 13:28:41 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out26.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Sun, 11 Apr 2010 19:28:37 +0200 Original-Received: from FBCMCL01B09.fbc.local ([192.168.171.26]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 11 Apr 2010 19:28:37 +0200 Original-Received: from [82.57.149.191] ([82.57.149.191]) by FBCMCL01B09.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 11 Apr 2010 19:28:37 +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: <4BC1A9D2.8050607@swipnet.se> X-OriginalArrivalTime: 11 Apr 2010 17:28:37.0407 (UTC) FILETIME=[6B6F6AF0:01CAD99C] 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:123484 Archived-At: Il 11/04/2010 12.52, Jan Djärv ha scritto: > Angelo Graziosi skrev: >> As I have flagged sometime on this list, I do ALWAYS clean build of >> Emacs, i.e. from a scratch tree not 'contaminated' by previous build. :-) >> >> So, perhaps, that branch has other problems. For example, >> >> $ grep native /tmp/emacs-gtk-tabs/src/Makefile.in >> >> is empty in rev. 99648 and 99649. >> >> The last useful build is with rev. 99645. >> > > Ah, so lisp files goes in there now, I didn't know. > I pushed a fix. Indeed, now it builds :-) Observations: I see that in Options | Show/Hide Tabs are on by default (good!), but when I start Emacs I do not see any tabs. I still need 'M-x tab-new' to see some tab. I would expect that, if Tabs are on by default, starting Emacs shows desktop buffers in tabs, at least compatibly with the starting 'geometry' of Emacs. So (sorry :( ), I still miss a short way to see desktop buffers in tabs. Probably, you are only thinking how to implement that... Thanks for your efforts, Angelo.