From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: session management with desktop and window configuration Date: Thu, 31 Dec 2009 18:32:11 +0100 Message-ID: <4B3CE01B.5090502@gmx.at> References: <4B3C8BAB.7000607@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262280804 27385 80.91.229.12 (31 Dec 2009 17:33:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 17:33:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Kiwon Um To: Lennart Borgman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 31 18:33:17 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NQOtg-0004S5-Kg for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Dec 2009 18:33:16 +0100 Original-Received: from localhost ([127.0.0.1]:50686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQOtg-0008MP-DR for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Dec 2009 12:33:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQOsk-0007wi-GZ for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:32:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQOsf-0007ul-L2 for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:32:17 -0500 Original-Received: from [199.232.76.173] (port=54855 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQOsf-0007ug-Gc for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:32:13 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:42648) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NQOsf-0008NI-MN for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:32:14 -0500 Original-Received: (qmail invoked by alias); 31 Dec 2009 17:32:12 -0000 Original-Received: from 62-47-62-252.adsl.highway.telekom.at (EHLO [62.47.62.252]) [62.47.62.252] by mail.gmx.net (mp054) with SMTP; 31 Dec 2009 18:32:12 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19Pc8FtqytP+8cXbxtRwBr3iwnOXKyaVSO7WPJJt7 6Z19J+jeupPbvY User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70986 Archived-At: > Nice. I have seen revive but have not looked into it. There is also > winsav.el in nXhtml that can save and restore frames and windows. > (Martin, I am a bit surprised that you do not know about it. Didn't I > tell about this before?) I think winsave.el should do better than revive.el because it works on the window-tree. But winsave.el is still based on splitting and resizing which IMHO are liable to fail (otherwise there wouldn't be any need for the `condition-case' in `bw-adjust-window'). And I dislike the idea of calling `adjust-window-trailing-edge' repeatedly (every call of this function means to allocate an entire window configuration). martin