From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [rudalics@gmx.at: enlarge-window with preserve-before non-nil] Date: Wed, 04 May 2005 12:25:54 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115243913 7841 80.91.229.2 (4 May 2005 21:58:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 21:58:33 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 04 23:58:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTRsf-0004Pp-78 for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 23:58:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTS03-0005Ss-B4 for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 18:05:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DTN3r-0008Ej-T2 for emacs-devel@gnu.org; Wed, 04 May 2005 12:49:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DTN0a-0007R4-EU for emacs-devel@gnu.org; Wed, 04 May 2005 12:46:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTMtW-0005Hz-M9 for emacs-devel@gnu.org; Wed, 04 May 2005 12:38:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DTMmM-0001Fz-Tp for emacs-devel@gnu.org; Wed, 04 May 2005 12:31:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DTMh8-0001LJ-14; Wed, 04 May 2005 12:25:54 -0400 Original-To: emacs-devel@gnu.org 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:36663 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36663 Can someone please investigate this, and ack? ------- Start of forwarded message ------- X-Authenticated: #14592706 Date: Sun, 01 May 2005 14:21:26 +0200 From: martin rudalics X-Accept-Language: de-DE, de, en-us, en To: emacs-pretest-bug X-Y-GMX-Trusted: 0 Subject: enlarge-window with preserve-before non-nil Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Suppose I start with a single window called W1 (window names are fictional) W1 split W1 horizontally W1 | W2 split W2 vertically | W2 W1 |--- | W3 delete W1 W2 - -- W3 split W2 horizontally W2 | W4 - ------- W3 split W4 vertically | W4 W2 |--- | W5 - ------- W3 and delete W2 W4 - -- W5 - -- W3 At this moment I can't enlarge W5 any more by "dragging its modeline down" - the window configuration appears "frozen". The attempt to shrink W5 by dragging its modeline "up" has an effect similar to that of dragging W4's modeline down, that means, W4 gets enlarged and not W3. Likely, in this scenario siblings got confused before issuing the call to `enlarge-window' with PRESERVE-BEFORE non-nil. _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------