From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: session management with desktop and window configuration Date: Fri, 1 Jan 2010 02:27:38 +0100 Message-ID: References: <4B3C8BAB.7000607@gmx.at> <4B3CE01B.5090502@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262309314 21014 80.91.229.12 (1 Jan 2010 01:28:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Jan 2010 01:28:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Kiwon Um To: martin rudalics Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 01 02:28:27 2010 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 1NQWJW-0005io-96 for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jan 2010 02:28:26 +0100 Original-Received: from localhost ([127.0.0.1]:50106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQWJW-0004va-HS for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Dec 2009 20:28:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQWJ9-0004uR-R0 for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 20:28:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQWJ5-0004rc-6z for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 20:28:03 -0500 Original-Received: from [199.232.76.173] (port=37069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQWJ5-0004rZ-1w for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 20:27:59 -0500 Original-Received: from mail-gx0-f224.google.com ([209.85.217.224]:50624) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQWJ4-0006uB-OY for help-gnu-emacs@gnu.org; Thu, 31 Dec 2009 20:27:58 -0500 Original-Received: by gxk24 with SMTP id 24so12612240gxk.6 for ; Thu, 31 Dec 2009 17:27:58 -0800 (PST) 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:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=CoHmKuhzZ0mMuPawg9TGA1XXTOrKCG+HFpC+3csbhDQ=; b=GKXr/vypSbVSDwI1NY2KJtJqEsRGsh/h3I/TzFLMTa+DePBVVXsWucu5PsFTO4ch7p OyKsCR4Ikzh5wX1PZG0ruIUEwgFqAiliYG4Z4duzF0a74Ysg3p4FxXErl2RvSP8DxnSN Ow40QAZ+ttanfQc4jR7ODRoKZ38v+S/dwWYfE= 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:content-transfer-encoding; b=D2EBmcRixHMnnY5+2ap3WPbpbAklg5E6vHBgO76HM3k5DKVjpeUEOZ1WS5hRREMPMj iLQ0LinEL/BnObD15+FkVj2AqrURZC/dyYTSDx/RZwZIJb63vS74nn7AjCWgVVbuM9zY 5wDeRN5UhRC3gjw5KPaxWfFEkNdpdR2XhO4o0= Original-Received: by 10.100.21.9 with SMTP id 9mr16687397anu.92.1262309278146; Thu, 31 Dec 2009 17:27:58 -0800 (PST) In-Reply-To: <4B3CE01B.5090502@gmx.at> 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:70995 Archived-At: On Thu, Dec 31, 2009 at 6:32 PM, martin rudalics wrote: >> 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. =C2=A0But 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'). =C2=A0And I dislike= the > idea of calling `adjust-window-trailing-edge' repeatedly (every call of > this function means to allocate an entire window configuration). Strange things happens during resizing. But as you know I wanted to rewrite it. Sorry for not coming back to you about this. nXhtml did take much longer time than I expected. (And there is still fundamental problems. Some low level changes in Emacs are definitively needed IMO. But it is a hard decision.)