From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Fri, 21 Aug 2009 15:34:36 -0400 Message-ID: References: <4A87F8B8.6050102@gmx.at> <4A882312.6020106@gmx.at> <4A8D12B3.6070502@gmx.at> <4A8D46C9.1010108@gmx.at> <4A8D66D5.3000600@gmx.at> <4A8D92AC.5010404@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250883295 2668 80.91.229.12 (21 Aug 2009 19:34:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2009 19:34:55 +0000 (UTC) Cc: Lennart Borgman , Emacs-Devel devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 21 21:34:48 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 1MeZst-00078b-Cn for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2009 21:34:47 +0200 Original-Received: from localhost ([127.0.0.1]:36212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeZss-00034B-PL for ged-emacs-devel@m.gmane.org; Fri, 21 Aug 2009 15:34:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeZsn-00031k-CL for emacs-devel@gnu.org; Fri, 21 Aug 2009 15:34:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeZsj-0002yO-TY for emacs-devel@gnu.org; Fri, 21 Aug 2009 15:34:41 -0400 Original-Received: from [199.232.76.173] (port=37332 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeZsj-0002yL-O7 for emacs-devel@gnu.org; Fri, 21 Aug 2009 15:34:37 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:12133 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeZsj-0005Aj-9t for emacs-devel@gnu.org; Fri, 21 Aug 2009 15:34:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEAP+TjkpFxIrq/2dsb2JhbACBU9UbhBoFh1Y X-IronPort-AV: E=Sophos;i="4.44,252,1249272000"; d="scan'208";a="43941156" Original-Received: from 69-196-138-234.dsl.teksavvy.com (HELO pastel.home) ([69.196.138.234]) by ironport2-out.teksavvy.com with ESMTP; 21 Aug 2009 15:33:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8FDDB7F36; Fri, 21 Aug 2009 15:34:36 -0400 (EDT) In-Reply-To: <4A8D92AC.5010404@gmx.at> (martin rudalics's message of "Thu, 20 Aug 2009 20:15:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114495 Archived-At: >> Thanks. I did not know adjust-window-trailing-edge could delete >> windows. > It resurrects them via `set-window-configuration'. But size_window > can delete them temporarily. Most of this discussion was triggered by > Stefan's being unhappy with that. I'm not really unhappy about it. I just pointed out that we may need to change the implementation depending on some changes we may want to do to window-configurations (e.g. to allow restoring them into other frames). Stefan