From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Babcock Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 22.1 spit window mouse resize Date: Thu, 07 Jun 2007 20:07:37 -0700 Organization: FlashNewsgroups.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181272085 2179 80.91.229.12 (8 Jun 2007 03:08:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 03:08:05 +0000 (UTC) To: gnu-emacs-bug@moderators.isc.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 08 05:08:03 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 1HwUpW-00074p-JP for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Jun 2007 05:08:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwUpW-0000AA-4C for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 23:08:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwUpT-00006q-EM for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 23:07:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwUpL-0008GZ-Rp for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 23:07:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwUpL-0008GO-NQ for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 23:07:51 -0400 Original-Received: from pinatubo-2.switch.ch ([130.59.1.10] helo=pinatubo.switch.ch) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwUpL-00039Z-8b for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 23:07:51 -0400 Original-Received: from [208.49.83.42] (helo=email.usenetserver.com) by pinatubo.switch.ch with esmtp (Exim 4.50) id 1HwUpJ-0003VR-W5 for gnu-emacs-bug@moderators.isc.org; Fri, 08 Jun 2007 05:07:50 +0200 Original-Received: from usenetserver.com (flashnews1.usenetserver.com [208.49.80.207]) by email.usenetserver.com (8.12.11/8.12.11) with ESMTP id l5837feR021927 for ; Thu, 7 Jun 2007 23:07:41 -0400 Original-Received: (from news@localhost) by usenetserver.com (8.12.11/8.12.11/Submit) id l5837bdu021647; Thu, 7 Jun 2007 20:07:37 -0700 Original-Path: news.flashnewsgroups.com-b7yQUZ7CaYQxA!not-for-mail Original-Newsgroups: gnu.emacs.bug User-Agent: Xnews/2006.08.24 Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 20 Original-X-Trace: 31edc4668c7f9e6c0dea621645 X-detected-kernel: Genre and OS details not recognized. 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:15789 Archived-At: martin rudalics wrote in news:mailman.1705.1181206608.32220.bug-gnu-emacs@gnu.org: > > 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? If the focus is going to shift, it doesn't really matter whether it happens on the press or the release. (But delaying it until the release means you can look at whether the mode line moved and use that info to decide what to do with the focus. I assume that's what the new mouse.el does.) > Does the problem go away if you do > > (global-set-key [mode-line drag-mouse-1] 'ignore) Yes, that does seem to fix it (only in emacs 22.1, not in 21.3). Thanks again. .