From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: mouse-drag-mode-line should maybe use window-tree Date: Tue, 06 Dec 2005 11:41:50 -0500 Message-ID: References: <200511251837.jAPIbONx025976@brains.moreideas.ca> <438F8DA5.1040102@ourcomments.org> <439379B9.4050003@student.lu.se> <43946F62.2030304@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133887654 27483 80.91.229.2 (6 Dec 2005 16:47:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 16:47:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 06 17:47:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ejfuw-0004aU-EE for ged-emacs-devel@m.gmane.org; Tue, 06 Dec 2005 17:43:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ejfv8-00020W-9X for ged-emacs-devel@m.gmane.org; Tue, 06 Dec 2005 11:44:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ejftf-0001Po-3q for emacs-devel@gnu.org; Tue, 06 Dec 2005 11:42:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ejfte-0001PH-Df for emacs-devel@gnu.org; Tue, 06 Dec 2005 11:42:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ejfte-0001P7-8O for emacs-devel@gnu.org; Tue, 06 Dec 2005 11:42:30 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EjfuL-0006ZQ-NH for emacs-devel@gnu.org; Tue, 06 Dec 2005 11:43:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ejft0-000707-KO; Tue, 06 Dec 2005 11:41:50 -0500 Original-To: Lennart Borgman In-reply-to: <43946F62.2030304@student.lu.se> (message from Lennart Borgman on Mon, 05 Dec 2005 17:48:34 +0100) 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:47053 Archived-At: I think it copes with this. For the case of what I have called "interactive resize" (with the arrow keys) there are no problems. For the case of the new version of balance-windows (which I so far calls `bw-balance') I catch the errors and loop. So far I have seen no drawbacks with this. That is good. Could you please install your rewrite of balance-windows? That is a bug fix we want. The other command is a new feature so it should not be installed now.