From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Whaite Newsgroups: gmane.emacs.devel Subject: Re: mouse-drag-mode-line should maybe use window-tree Date: Fri, 25 Nov 2005 13:37:24 -0500 Message-ID: <200511251837.jAPIbONx025976@brains.moreideas.ca> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1132943952 17012 80.91.229.2 (25 Nov 2005 18:39:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Nov 2005 18:39:12 +0000 (UTC) Cc: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 25 19:39:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EfiSQ-0006fU-DO for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 19:38:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfiSP-0005BY-RV for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 13:38:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EfiSG-0005BP-CP for emacs-devel@gnu.org; Fri, 25 Nov 2005 13:37:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EfiSE-0005BD-Ty for emacs-devel@gnu.org; Fri, 25 Nov 2005 13:37:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfiSE-0005BA-QB for emacs-devel@gnu.org; Fri, 25 Nov 2005 13:37:50 -0500 Original-Received: from [209.5.194.98] (helo=orval.sprint.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EfiSD-0004eR-NZ; Fri, 25 Nov 2005 13:37:49 -0500 Original-Received: from brains.moreideas.ca ([149.99.157.165]) by orval.sprint.ca (InterMail vM.5.01.02.00 201-253-122-103-101-20001108) with ESMTP id <20051125183727.GLAC3363.orval.sprint.ca@brains.moreideas.ca>; Fri, 25 Nov 2005 13:37:27 -0500 Original-Received: from brains.moreideas.ca (localhost.localdomain [127.0.0.1]) by brains.moreideas.ca (8.12.8/8.12.8) with ESMTP id jAPIbOJH025980; Fri, 25 Nov 2005 13:37:24 -0500 Original-Received: from brains.moreideas.ca (peta@localhost) by brains.moreideas.ca (8.12.8/8.12.8/Submit) with ESMTP id jAPIbONx025976; Fri, 25 Nov 2005 13:37:24 -0500 Original-To: emacs-devel@gnu.org In-Reply-To: Message from "Richard M. Stallman" of "Fri, 25 Nov 2005 10:50:29 EST." X-Mailer: MH-E 7.85+cvs; nmh 1.0.4; GNU Emacs 22.0.50.11 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:46577 Archived-At: Richard M. Stallman wrote: > Looking a bit at `mouse-drag-mode-line' I found that it in certain > window configuration might fail because it does not seem aware of that > window splitting is two dimensional. > > Could you please be more specific? Missed the beginning of this but I have noticed a problem when using ECB (which is very nice BTW). When the frame is split like this +----+------------+ | | | +====+ | | | | | *============+ ==== - modeline +====+ | | | | +====+ | | | | +====o============+ 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 guess it makes sense politically. The left of the center-right has always been more amenable to change than anything in the bottom-right. -- Peter Whaite