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 <[EMAIL PROTECTED]> X-Accept-Language: de-DE, de, en-us, en To: emacs-pretest-bug <emacs-pretest-bug@gnu.org> X-Y-GMX-Trusted: 0 Subject: enlarge-window with preserve-before non-nil Sender: [EMAIL PROTECTED] 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 ------- _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel