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: Sat, 15 Aug 2009 15:47:25 -0400 Message-ID: References: <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> <4A850FD2.40202@gmx.at> <4A8689FD.9030307@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250365669 28951 80.91.229.12 (15 Aug 2009 19:47:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 19:47:49 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 15 21:47:41 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 1McPE5-0003Rl-GL for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 21:47:41 +0200 Original-Received: from localhost ([127.0.0.1]:39683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McPE5-0001pH-0D for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 15:47:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McPDy-0001mV-VS for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:47:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McPDt-0001eV-Cn for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:47:33 -0400 Original-Received: from [199.232.76.173] (port=58620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McPDt-0001eP-9w for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:47:29 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:35190 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McPDr-0005qE-CO; Sat, 15 Aug 2009 15:47:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEAFathkpFpZNo/2dsb2JhbACBUs9FgjOBZgWHSA X-IronPort-AV: E=Sophos;i="4.43,386,1246852800"; d="scan'208";a="43612290" Original-Received: from 69-165-147-104.dsl.teksavvy.com (HELO pastel.home) ([69.165.147.104]) by ironport2-out.teksavvy.com with ESMTP; 15 Aug 2009 15:46:58 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 87DF482F0; Sat, 15 Aug 2009 15:47:25 -0400 (EDT) In-Reply-To: <4A8689FD.9030307@gmx.at> (martin rudalics's message of "Sat, 15 Aug 2009 12:12:13 +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:114281 Archived-At: >> Just that Stefan wants "undelete a window" behave like "create a window >> with a new identity and the appearance of the old one". >> It might be good enough in practice. I am not sure. > It's not good enough when `adjust-window-trailing-edge' inadvertently > deletes a window. Clearly, adjust-window-trailing-edge will be changed to never delete windows (not even internally temporarily). Stefan