From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: window-tree Date: Thu, 20 Oct 2005 08:56:17 +0200 Message-ID: <43573F91.3000101@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129791932 7020 80.91.229.2 (20 Oct 2005 07:05:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 07:05:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 09:05:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESUT6-0007Iu-3C for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 09:04:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESUT5-0002B6-1g for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 03:04:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESULg-0000P8-SS for emacs-devel@gnu.org; Thu, 20 Oct 2005 02:56:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESULe-0000Lo-M2 for emacs-devel@gnu.org; Thu, 20 Oct 2005 02:56:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESULe-0000L0-72 for emacs-devel@gnu.org; Thu, 20 Oct 2005 02:56:22 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESULa-00036q-UI; Thu, 20 Oct 2005 02:56:19 -0400 Original-Received: from [192.168.123.121] (83.249.218.133) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 4349BC0C0024DC3C; Thu, 20 Oct 2005 08:56:17 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: 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:44387 Archived-At: Richard M. Stallman wrote: >window-tree was implemented so that the bugs in balance-windows >could be fixed. But have they been fixed? I think not. > >Would someone like to work on this? > >It could be that we also need a new function to set a window's >edges in a more controllable way. > > Sorry, I forgot to tell. I have done that in http://ourcomments.org/Emacs/DL/elisp/test/bw.el. It now checks for Kim's patch and uses that if it is available (as `window-split-tree'). The code not to be cleaned up a bit. Then I believe it should replace the current balance-windows.