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: Fri, 14 Aug 2009 09:18:42 +0200 Message-ID: <4A850FD2.40202@gmx.at> References: <4A6DAD94.8040006@gmx.at> <4A6DAF71.6070002@gmx.at> <4A6DBB3A.90001@gmx.at> <4A6DC1A1.2000208@gmx.at> <4A6DDB61.8090403@gmx.at> <4A6EAB02.6080701@gmx.at> <4A7010D7.3050305@gmx.at> <4A81374E.9050401@gmx.at> <4A8283D8.6070208@gmx.at> <4A83E2ED.2090805@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250238150 11332 80.91.229.12 (14 Aug 2009 08:22:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 08:22:30 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 14 10:22: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 1Mbs3K-0001UZ-6A for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 10:22:22 +0200 Original-Received: from localhost ([127.0.0.1]:43334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbs3J-0000b2-Hj for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 04:22:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mbrzv-0007Oh-63 for emacs-devel@gnu.org; Fri, 14 Aug 2009 04:18:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbrzq-0007MW-CP for emacs-devel@gnu.org; Fri, 14 Aug 2009 04:18:50 -0400 Original-Received: from [199.232.76.173] (port=59019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbrzq-0007MP-1S for emacs-devel@gnu.org; Fri, 14 Aug 2009 04:18:46 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:60521) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mbrzp-0000t9-03 for emacs-devel@gnu.org; Fri, 14 Aug 2009 04:18:45 -0400 Original-Received: (qmail invoked by alias); 14 Aug 2009 07:18:43 -0000 Original-Received: from 62-47-41-235.adsl.highway.telekom.at (EHLO [62.47.41.235]) [62.47.41.235] by mail.gmx.net (mp059) with SMTP; 14 Aug 2009 09:18:43 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1++6MVaDky+SIq2EPkmk27wi6xx6d6x0ZkntjI3C6 tGEdX8ko0j4OwF User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.76 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:114226 Archived-At: > If window resizing is done in Lisp, the Lisp code could delete windows > whenever it wants to. It could work using a low-level resize > primitive that would never delete windows. That's exactly what Stefan has in mind, yes. > This might require a primitive to undelete a window, > for the sake of dragging a boundary all the way across and back. > I'd guess that is not very hard to add. Just that Stefan wants "undelete a window" behave like "create a window with a new identity and the appearance of the old one". martin