From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: New balance-windows Date: Mon, 08 Aug 2005 14:05:18 +0200 Message-ID: <42F74A7E.4060009@student.lu.se> References: <87pssv3kai.fsf@thalassa.informatimago.com> <1123035204.009217.187300@g14g2000cwa.googlegroups.com> <87fytr3ea2.fsf@thalassa.informatimago.com> <87vf2juij1.fsf@thalassa.informatimago.com> <42F56F31.3080105@student.lu.se> <85wtmw4tpu.fsf@lola.goethe.zz> <200508081118.j78BIMbp001806@beta.mvs.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-8-I; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123505357 12924 80.91.229.2 (8 Aug 2005 12:49:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2005 12:49:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, dak@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 08 14:49:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E273C-0001lv-44 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Aug 2005 14:48:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E276C-0003ve-II for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Aug 2005 08:51:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E26zk-0008T2-4j for help-gnu-emacs@gnu.org; Mon, 08 Aug 2005 08:44:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E26zi-0008SC-7L for help-gnu-emacs@gnu.org; Mon, 08 Aug 2005 08:44:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E26yF-0007SW-Ty for help-gnu-emacs@gnu.org; Mon, 08 Aug 2005 08:43:11 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E26bL-0000dp-FD; Mon, 08 Aug 2005 08:19:31 -0400 Original-Received: from [192.168.123.121] (83.249.202.75) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B9371700725C80; Mon, 8 Aug 2005 14:05:18 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: ehud@unix.mvs.co.il In-Reply-To: <200508081118.j78BIMbp001806@beta.mvs.co.il> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28545 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28545 Ehud Karni wrote: >The direction of enlargement (vertical or horizontal) is given by >the user, how could that be changed by the split tree. > >... > ------------------------- > | |X | > | | | > | | | expectation > ------------| | > | |-----------| > | | | > | | | > ------------------------- > >And the way Emacs works is to move the whole border like this: > > ------------------------- > | |X | > | | | > | | | current behavior > | | | > ------------------------| > | | | > | | | > ------------------------- > > I guess what you see here is the how the split was done. This mean that you can this way trace the split tree.