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: Fri, 02 Apr 2010 09:10:34 +0200 Message-ID: <4BB5986A.8060400@swipnet.se> References: <4BB4CF6B.2000007@alice.it> <4BB4DBCD.4090807@swipnet.se> <87bpe3ys0q.fsf@mail.jurta.org> <4BB4FF87.1020403@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270192295 1438 80.91.229.12 (2 Apr 2010 07:11:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2010 07:11:35 +0000 (UTC) Cc: Angelo Graziosi , Emacs To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 02 09:11:31 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 1Nxb2Q-0002wy-D8 for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 09:11:30 +0200 Original-Received: from localhost ([127.0.0.1]:55318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxb2P-0004M6-3o for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 03:11:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nxb1e-0003uT-07 for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:10:42 -0400 Original-Received: from [140.186.70.92] (port=58713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxb1b-0003u0-Bo for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:10:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nxb1Z-0001kB-OL for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:10:39 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:35835) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxb1Z-0001jT-6h for emacs-devel@gnu.org; Fri, 02 Apr 2010 03:10:37 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 69D2EEB703 for ; Fri, 2 Apr 2010 09:10:35 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQ5ACY1tUtV4S1uPGdsb2JhbACHY5NYDAEBAQE1LbNrhQEE X-IronPort-AV: E=Sophos;i="4.51,352,1267398000"; d="scan'208";a="58545016" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 02 Apr 2010 09:10:35 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 60CCF7FA01A; Fri, 2 Apr 2010 09:10:34 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100317) In-Reply-To: <4BB4FF87.1020403@swipnet.se> 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:123050 Archived-At: Jan Dj=E4rv skrev: >=20 >=20 > Juri Linkov skrev 2010-04-01 20.03: >> >> Is it currently possible to get a list of Gtk tabs and their >> window configurations from Lisp? >=20 >=20 > Not presently. I just added the bare minimum. It is very easy to do=20 > though.=20 But for the purpose of saving stuff by desktop.el, window configrations a= ren't=20 good. You really can't do anything with them except restore them on the = same=20 running Emacs you saved them in. The output from window-tree together wi= th=20 buffer information would be better. And then there is frame-configuration which I haven't done anything to. Jan D.