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: Sun, 16 Aug 2009 14:29:09 +0200 Message-ID: References: <87vdkpfbeg.fsf@lola.goethe.zz> <4A86DE30.8060902@gmx.at> <4A86F24D.4090103@gmx.at> <878whknbj5.fsf@uwakimon.sk.tsukuba.ac.jp> <4A87DED5.6010709@gmx.at> <4A87F8D5.2030001@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 1250425768 11667 80.91.229.12 (16 Aug 2009 12:29:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 12:29:28 +0000 (UTC) Cc: "Stephen J. Turnbull" , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 16 14:29:21 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 1McerQ-0002yD-MX for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 14:29:20 +0200 Original-Received: from localhost ([127.0.0.1]:37218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McerQ-0001bM-0o for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 08:29:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McerL-0001ay-0U for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:29:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McerG-0001Zr-MT for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:29:14 -0400 Original-Received: from [199.232.76.173] (port=36162 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McerG-0001Zl-BO for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:29:10 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:53835) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McerG-0001Dc-36 for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:29:10 -0400 Original-Received: by yxe2 with SMTP id 2so3276537yxe.14 for ; Sun, 16 Aug 2009 05:29:09 -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=+AWNMZd02FPedaPxVnemejqOPKHNizWKFWSUwixiA08=; b=t8gA/ZK+ROvpICpYOz9q9ddpZCJSbBWl9ncIb+1sy+Ghhsr5SR+DCwCEQBkSScrPSm VgBcg47oBabKMj63IsAMOzkqFiexZwIR85QxMSQXvphO7yVBpfpDSXTnkteVgzmuqpp2 ul3fNQulGk3lI+n0Lp2WOrvhpFywOB/4i0Qag= 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=gADLFO0uCjstEt51oRT4i5n7uMSuSXQzukBYmyvFkRHAVJbZfptofknfJkzo8kzdHK dO97en7DHsYR0Ax0AI1cmhk8h+nj74uuDnMbpVaaZwbkveN7OJvHl5eEbNdVPaVZZzaZ AIKWfiUd4DyAn3rpBDR7DXPqKUjsO+DPxjSvg= Original-Received: by 10.101.49.11 with SMTP id b11mr2756199ank.121.1250425749404; Sun, 16 Aug 2009 05:29:09 -0700 (PDT) In-Reply-To: <4A87F8D5.2030001@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:114307 Archived-At: On Sun, Aug 16, 2009 at 2:17 PM, martin rudalics wrote: >>> We could just show the selected window of that frame and save the old >>> configuration somewhere. =C2=A0The problem of undeleting windows raises= its >>> ugly head again :-( >> >> Exactly which problem? > > That of whether undeleting a window should restore its previous > identity. You are misunderstanding. There is no undeleting. There is no saved window-configuration (ie what we normally call window-configuration). This is not the way I suggest to do it. Instead I suggested putting aside exactly the structure that is there before resizing, replacing it with a single window. And putting it back when it can fit again. > martin >