From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Gtk tabs in emacs, new branch Date: Thu, 22 Apr 2010 18:20:40 +0200 Message-ID: References: <4BB4CF6B.2000007@alice.it> <4BC0F715.2060605@alice.it> <45EB8DD4-B0F8-4FB3-941F-13FADA4DAD66@swipnet.se> <4BC1854B.2060409@alice.it> <4BC1A9D2.8050607@swipnet.se> <4BC206C0.2010202@alice.it> <87fx2pdvfq.fsf@mail.jurta.org> <87y6gg95ad.fsf@mail.jurta.org> <4BCF2218.8090107@swipnet.se> <87zl0voqe2.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1271954245 18479 80.91.229.12 (22 Apr 2010 16:37:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 16:37:25 +0000 (UTC) Cc: =?UTF-8?Q?Jan_Dj=C3=A4rv?= , Emacs To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 18:37:23 2010 connect(): No such file or directory 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 1O4zP1-0001Ex-EZ for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 18:37:23 +0200 Original-Received: from localhost ([127.0.0.1]:35977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4zOH-0005wm-Cp for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 12:36:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4z9V-0006Ze-5y for emacs-devel@gnu.org; Thu, 22 Apr 2010 12:21:21 -0400 Original-Received: from [140.186.70.92] (port=55490 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4z9S-0006V2-Hz for emacs-devel@gnu.org; Thu, 22 Apr 2010 12:21:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4z9C-0006sY-0r for emacs-devel@gnu.org; Thu, 22 Apr 2010 12:21:03 -0400 Original-Received: from mail-bw0-f225.google.com ([209.85.218.225]:38981) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4z9B-0006sL-Rj for emacs-devel@gnu.org; Thu, 22 Apr 2010 12:21:01 -0400 Original-Received: by bwz25 with SMTP id 25so8704808bwz.8 for ; Thu, 22 Apr 2010 09:21:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type; bh=Dikyph6RBAap3/hq0Mi6RS44pHJf+2j2GxPDmv9pomw=; b=qTdDJAJpOyf3hhTxZxKaTs5/2k56ihASxpzALlxdj5NiOCFk0zw3q3dlmha47o9s7W MH8xGV+XAk84SFbJ+QGEl4p0HB4vA0O+o16mPzdpLTe3yx1axzWDRzBCYcPscjgshj/T DD7TNDHqu1gbLu05uqb8fGiF22zdjaVR/OvAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=qZdWr1dFIFCyc9LaN1sMcr3vy4oudDz6OpVQHQVsriJQcYVHVkGGbIbTp+uRDyzCar Ku9wVLR3YYhTB+TfzzPuzWFrNlw2aFnJb+ewCfuzbmO78STY5m5EvpeiJXMyn3icegN4 r2YmsFBLsT47wifgfmH09UzUsK2GqLp5c3gYQ= Original-Received: by 10.204.81.29 with HTTP; Thu, 22 Apr 2010 09:20:40 -0700 (PDT) In-Reply-To: <87zl0voqe2.fsf@mail.jurta.org> Original-Received: by 10.204.18.78 with SMTP id v14mr3192762bka.2.1271953260326; Thu, 22 Apr 2010 09:21:00 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:124053 Archived-At: On Thu, Apr 22, 2010 at 10:14, Juri Linkov wrote: > I've committed the initial workable > version of `set-window-configuration-from-sexp' to the x-tabs branch. > At least, it restores window configurations saved in another session. This is generally useful, i.e., if it works it should perhaps go to the trunk. Juanma