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: mouse-drag-mode-line should maybe use window-tree Date: Mon, 05 Dec 2005 01:42:10 +0100 Message-ID: <43938CE2.7060605@student.lu.se> References: <200511251837.jAPIbONx025976@brains.moreideas.ca> <438F8DA5.1040102@ourcomments.org> <87zmngbdts.fsf-monnier+emacs@gnu.org> <43938BB8.4060002@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133743420 32381 80.91.229.2 (5 Dec 2005 00:43:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2005 00:43:40 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , emacs@whaite.ca, rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 05 01:43:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ej4Rn-0005ed-2L for ged-emacs-devel@m.gmane.org; Mon, 05 Dec 2005 01:43:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ej4Rt-00071c-Cd for ged-emacs-devel@m.gmane.org; Sun, 04 Dec 2005 19:43:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ej4R0-000709-HO for emacs-devel@gnu.org; Sun, 04 Dec 2005 19:42:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ej4Qx-0006ym-BB for emacs-devel@gnu.org; Sun, 04 Dec 2005 19:42:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ej4Qv-0006yg-Gr for emacs-devel@gnu.org; Sun, 04 Dec 2005 19:42:22 -0500 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 1Ej4RJ-0007W4-Ot; Sun, 04 Dec 2005 19:42:46 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 438C7D0000191181; Mon, 5 Dec 2005 01:42:10 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en In-Reply-To: <43938BB8.4060002@student.lu.se> 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:46979 Archived-At: Lennart Borgman wrote: > Stefan Monnier wrote: > > >> Couldn't we just change the `preserve-before' argument (which is new in >> Emacs-22 anyway) instead? >> >> > There is another nice feature of the new function: It takes a window > argument. That means you do not have to set and reset the selected > window. Forgot to mention that the new function Richard wrote works too. There is (or at least was) a bug in enlarge-window when the nearest window in the enlarge direction was not belonging to the siblings (in the window split tree) of the window beeing resized.