From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch Date: Thu, 01 Apr 2010 22:18:15 +0200 Message-ID: <4BB4FF87.1020403@swipnet.se> References: <4BB4CF6B.2000007@alice.it> <4BB4DBCD.4090807@swipnet.se> <87bpe3ys0q.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1270153124 3821 80.91.229.12 (1 Apr 2010 20:18:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2010 20:18:44 +0000 (UTC) Cc: Angelo Graziosi , Emacs To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 01 22:18:40 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 1NxQqZ-0003KR-S0 for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 22:18:36 +0200 Original-Received: from localhost ([127.0.0.1]:50652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxQqT-0002tO-UP for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 16:18:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxQqO-0002rN-IR for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:18:24 -0400 Original-Received: from [140.186.70.92] (port=52588 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxQqN-0002r2-Ao for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:18:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxQqL-00041c-Ro for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:18:23 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:55925) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxQqL-00041I-LT for emacs-devel@gnu.org; Thu, 01 Apr 2010 16:18:21 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 9B8AEEAE39 for ; Thu, 1 Apr 2010 22:18:20 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aqk/AM+ctEtV4S1uPGdsb2JhbACHZJNiDAEBAQE1LbYvhQEE X-IronPort-AV: E=Sophos;i="4.51,350,1267398000"; d="scan'208";a="58407211" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 01 Apr 2010 22:18:20 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 130F57FA01A; Thu, 1 Apr 2010 22:18:20 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <87bpe3ys0q.fsf@mail.jurta.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:123034 Archived-At: Juri Linkov skrev 2010-04-01 20.03: >>> I have build that, but when I start Emacs, I don't 'see' any tabs. How >>> can we enable those? I have a desktop file which opens several file when >>> I start Emacs, so I would expect to see them in tabs! :-) >> >> I don't think that is a good idea in general. > > If someone wants to do this, we could provide a variable `pop-up-tabs' > that is like `pop-up-frames'. The idea has merit. I still think we should have a limit on how many tabs that gets created automatically, for example by desktop.el. > >> I have desktopfiles with over 50 files. 50 tabs isn't manageable. > > I think desktop.el should save and restore the tabs configurations, > i.e. in what tabs what buffers were displayed. > > Is it currently possible to get a list of Gtk tabs and their > window configurations from Lisp? Not presently. I just added the bare minimum. It is very easy to do though. But in that case, tabs should be a proper lisp type, like windows. Currently they aren't. Jan D.