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: Sun, 27 Nov 2005 14:36:21 -0500 Message-ID: References: <200511251837.jAPIbONx025976@brains.moreideas.ca> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133120243 20294 80.91.229.2 (27 Nov 2005 19:37:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2005 19:37:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 27 20:37:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgSKP-00060Y-Uc for ged-emacs-devel@m.gmane.org; Sun, 27 Nov 2005 20:36:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgSKP-00008Y-Do for ged-emacs-devel@m.gmane.org; Sun, 27 Nov 2005 14:36:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EgSKI-00008T-6d for emacs-devel@gnu.org; Sun, 27 Nov 2005 14:36:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EgSKH-00007u-JL for emacs-devel@gnu.org; Sun, 27 Nov 2005 14:36:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgSKH-00007q-FF for emacs-devel@gnu.org; Sun, 27 Nov 2005 14:36:41 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EgSKH-0008Fn-Hw for emacs-devel@gnu.org; Sun, 27 Nov 2005 14:36:41 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EgSJx-0005AU-HN; Sun, 27 Nov 2005 14:36:21 -0500 Original-To: Peter Whaite In-reply-to: <200511251837.jAPIbONx025976@brains.moreideas.ca> (message from Peter Whaite on Fri, 25 Nov 2005 13:37:24 -0500) 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:46662 Archived-At: 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?