From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 22.1 spit window mouse resize Date: Fri, 08 Jun 2007 10:23:31 -0400 Message-ID: References: <4667C7A6.3050204@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181312685 27782 80.91.229.12 (8 Jun 2007 14:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 14:24:45 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 08 16:24:44 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwfON-0006nD-3x for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Jun 2007 16:24:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwfOM-0002kg-H6 for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Jun 2007 10:24:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwfNG-0002Hn-Cp for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2007 10:23:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwfND-0002Gj-Ql for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2007 10:23:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwfND-0002Gb-IH for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2007 10:23:31 -0400 Original-Received: from fencepost2.gnu.org ([140.186.70.10] helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwfND-0008BL-9I for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2007 10:23:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HwfND-0001X2-36; Fri, 08 Jun 2007 10:23:31 -0400 In-reply-to: <4667C7A6.3050204@gmx.at> (message from martin rudalics on Thu, 07 Jun 2007 10:53:58 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15792 Archived-At: > It's still true that the focus moves to the upper half when I release the > mouse button. Is this supposed to happen? (In emacs 21.3, the focus > shifts when I press the mouse button.) Do you think the 21.3 behavior is better? I think that dragging the mode line up or down should not change the selected window. If it does select a window, that's a bug. I tried to fix this bug, using mouse-drag-move-window-top to avoid the need to temporarily select a window inside mouse-drag-mode-line-1. Why does it select a window?