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: Fri, 02 Dec 2005 00:56:21 +0100 Message-ID: <438F8DA5.1040102@ourcomments.org> References: <200511251837.jAPIbONx025976@brains.moreideas.ca> 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 1133481556 32097 80.91.229.2 (1 Dec 2005 23:59:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2005 23:59:16 +0000 (UTC) Cc: Peter Whaite , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 02 00:59:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhyK5-0000zw-5x for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 00:58:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhyK3-0006bx-QF for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2005 18:58:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhyIG-0005sn-7U for emacs-devel@gnu.org; Thu, 01 Dec 2005 18:56:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhyID-0005re-KS for emacs-devel@gnu.org; Thu, 01 Dec 2005 18:56:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhyID-0005rb-IO for emacs-devel@gnu.org; Thu, 01 Dec 2005 18:56:49 -0500 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 1EhyHu-0008FQ-Uj; Thu, 01 Dec 2005 18:56:31 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 438DFC8000064193; Fri, 2 Dec 2005 00:56:24 +0100 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:46863 Archived-At: Richard M. Stallman wrote: > I find I can only move the vertical split to the left or right by > dragging on the left end of the center-right modeline (at * above). The > cursor does change to <=> when hovering over the left end of the > bottom-right modeline (at o above), but trying to drag with mouse-1 has > no effect. > >I just added a function adjust-window-trailing-edge >which should make it easy to fix this bug. We just have to change >the Lisp code for sideways dragging. Where is that? > To me the documentation for `adjust-window-trailing-edge' looks like it is doing the same thing as `enlarge-window' with preserve-before set to t. Am I missing something?