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:31:50 +0100 Message-ID: <4B3CE006.1000607@gmx.at> References: <4B3C8BAB.7000607@gmx.at> 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: ger.gmane.org 1262280750 27255 80.91.229.12 (31 Dec 2009 17:32:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2009 17:32:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kiwon Um Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 31 18:32:23 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 1NQOso-0004Ab-Rj for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Dec 2009 18:32:23 +0100 Original-Received: from localhost ([127.0.0.1]:50176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQOso-0007kT-7g for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Dec 2009 12:32:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQOsQ-0007kO-5u for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:31:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQOsK-0007jd-Q8 for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:31:56 -0500 Original-Received: from [199.232.76.173] (port=54852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQOsK-0007ja-Ih for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:31:52 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:60467) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NQOsK-0008Ia-NF for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 12:31:53 -0500 Original-Received: (qmail invoked by alias); 31 Dec 2009 17:31:51 -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 (mp033) with SMTP; 31 Dec 2009 18:31:51 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/+GHQZ0rD+cMhssrjn/iEvlvo20JfaD8OfGWcCAh CgSdSrwrGcKF+O 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, 2) 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:70985 Archived-At: > Thanks for your reply. So, I wrote some functions using revive.el: [...] > It seems to be enough to what I wanted. :) When you encounter problems you can try Lennart's winsav.el which IIRC is based on window-trees and doesn't have to make guesses from window edges as revive.el. ECB records the entire story of window-splits in order to reconstruct the window-tree which is not reasonable either. martin