From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Sat, 15 Aug 2009 18:19:48 +0200 Message-ID: References: <4A83E2ED.2090805@gmx.at> <4A868A1F.4020101@gmx.at> <4A86AD92.7030308@gmx.at> <87vdkpfbeg.fsf@lola.goethe.zz> <4A86DE30.8060902@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 1250353208 32435 80.91.229.12 (15 Aug 2009 16:20:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 16:20:08 +0000 (UTC) Cc: David Kastrup , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 15 18:20:01 2009 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.50) id 1McLz6-0005lm-6P for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 18:20:00 +0200 Original-Received: from localhost ([127.0.0.1]:60606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McLz5-0005JM-If for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 12:19:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McLz0-0005IJ-C5 for emacs-devel@gnu.org; Sat, 15 Aug 2009 12:19:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McLyx-0005Hi-3c for emacs-devel@gnu.org; Sat, 15 Aug 2009 12:19:54 -0400 Original-Received: from [199.232.76.173] (port=58246 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McLyw-0005Hf-RE for emacs-devel@gnu.org; Sat, 15 Aug 2009 12:19:50 -0400 Original-Received: from mail-yw0-f190.google.com ([209.85.211.190]:62583) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McLyv-0008If-KJ; Sat, 15 Aug 2009 12:19:49 -0400 Original-Received: by ywh28 with SMTP id 28so3034046ywh.27 for ; Sat, 15 Aug 2009 09:19:49 -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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PhB3YnWDvbIaWFdV5diOPEWe/1i/RJJRkFd9KuaRMF8=; b=HdZwHY+qifJrXiNm1Xuk89gjSb9fhF6UcqX3In2VUfUjg7gwrMwoWxXZqbvDrjj2oR 6mYGnEvtnm75FINWBagcCfGMq08jH8Bw0bLkdBix2sLIryMmaihSdVjZabdQX/54w38O rPTAsE0S2ILCY53HhLS5HFnHP1ce//izTgjhs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=esidqLQvPQ9FKpHtoG+9nfodz0vQ+TznUCiWDxQ1utRGTvKTL2MOVG/V/n8y/2OqEa sCd1Z0QUTbYQBiipH4jbdFpYJS0tELG8OAN7LWBQH5ec2KXbPyGoUfZkfqIrc053UzZT edxEtt7x2K5ZF4PHr6bz/ulaVCSUjfiorl4Ow= Original-Received: by 10.101.111.14 with SMTP id o14mr2411859anm.83.1250353188987; Sat, 15 Aug 2009 09:19:48 -0700 (PDT) In-Reply-To: <4A86DE30.8060902@gmx.at> X-detected-operating-system: by monty-python.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:114274 Archived-At: On Sat, Aug 15, 2009 at 6:11 PM, martin rudalics wrote: >> This could be a special case. Just change the pointer to the (root) >> window and save the old pointer. > > Well, and what would we do then? =C2=A0Could you sketch a dialogue? My idea is just to display a window with information about what happened and how to get the windows back. Is not that enough? > Indeed. =C2=A0And asking questions while a saved desktop gets restored co= uld > be annoying as well. =C2=A0BTW, what kind of questions would you ask here= ? Same as above (not the message, the idea).