From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Sat, 22 Aug 2009 13:01:51 +0200 Message-ID: <4A8FD01F.4080905@gmx.at> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250938949 22527 80.91.229.12 (22 Aug 2009 11:02:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Aug 2009 11:02:29 +0000 (UTC) Cc: Lennart Borgman , Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 22 13:02:23 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 1MeoMY-0006Al-C4 for ged-emacs-devel@m.gmane.org; Sat, 22 Aug 2009 13:02:22 +0200 Original-Received: from localhost ([127.0.0.1]:45408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeoMX-0002YH-St for ged-emacs-devel@m.gmane.org; Sat, 22 Aug 2009 07:02:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeoMF-0002Sc-3L for emacs-devel@gnu.org; Sat, 22 Aug 2009 07:02:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeoMA-0002R7-LB for emacs-devel@gnu.org; Sat, 22 Aug 2009 07:02:02 -0400 Original-Received: from [199.232.76.173] (port=55203 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeoMA-0002Qz-7i for emacs-devel@gnu.org; Sat, 22 Aug 2009 07:01:58 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:60997) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MeoM9-0006WU-Dr for emacs-devel@gnu.org; Sat, 22 Aug 2009 07:01:57 -0400 Original-Received: (qmail invoked by alias); 22 Aug 2009 11:01:55 -0000 Original-Received: from 62-47-45-144.adsl.highway.telekom.at (EHLO [62.47.45.144]) [62.47.45.144] by mail.gmx.net (mp011) with SMTP; 22 Aug 2009 13:01:55 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+jzIBrngSjHIAyU9aBwNJBiyGVjbaEAQIDHE1B5U ThFIUiRChwC4VB User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.77 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114513 Archived-At: >> 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). These issues are unrelated. Here I can "clone" a window-configuration (that is, an object returned by `current-window-configuration') into an arbitrary window. `set-window-configuration' is completely unaffected by that. martin