From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: desktop.el: Add frames and windows configuration save&restore Date: Wed, 18 Jan 2012 16:20:16 -0500 Message-ID: References: <8762g8vq53.fsf@Apollo.jerryland.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326921632 15184 80.91.229.12 (18 Jan 2012 21:20:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2012 21:20:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?J=E9r=E9my?= Compostella Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 18 22:20:28 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rncvi-0006Sb-QQ for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2012 22:20:26 +0100 Original-Received: from localhost ([::1]:60973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rncvi-0005Kh-3R for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2012 16:20:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rncvb-0005KQ-Jd for emacs-devel@gnu.org; Wed, 18 Jan 2012 16:20:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rncva-0006Nn-O0 for emacs-devel@gnu.org; Wed, 18 Jan 2012 16:20:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:42852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rncva-0006Nh-Lc for emacs-devel@gnu.org; Wed, 18 Jan 2012 16:20:18 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAHY2F09MCqvJ/2dsb2JhbABErEiBAYEGgXIBAQQBViMFCws0EhQYDSSIDbkhiWoCAQEIAgwRAwkBAQYBBR4KBAECAQECAwECAQEBAQKCeAEGAgMHAQQBAQEBhA0EiDuaa4RU X-IronPort-AV: E=Sophos;i="4.71,531,1320642000"; d="scan'208";a="157489451" Original-Received: from 76-10-171-201.dsl.teksavvy.com (HELO pastel.home) ([76.10.171.201]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jan 2012 16:20:17 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DE2E75908F; Wed, 18 Jan 2012 16:20:16 -0500 (EST) In-Reply-To: <8762g8vq53.fsf@Apollo.jerryland.fr> (=?iso-8859-1?Q?=22J=E9r?= =?iso-8859-1?Q?=E9my?= Compostella"'s message of "Wed, 18 Jan 2012 19:09:44 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147714 Archived-At: > The attached patch provides the desktop frame and windows configuration > save&restore feature : the desktop module saves all the frame and their Thanks. Since we're in feature freeze, this will have to wait. In the mean time, you may want to check the new window-state-get and window-state-put functions which should provide you with a form of window configuration which you can directly print&read, hence simplifying your code. Stefan