From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: Customize value menu doesn't recognize mouse-2] Date: Sat, 29 Jul 2006 13:55:23 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154170554 7100 80.91.229.2 (29 Jul 2006 10:55:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Jul 2006 10:55:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 29 12:55:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G6mU0-0004Jn-EG for ged-emacs-devel@m.gmane.org; Sat, 29 Jul 2006 12:55:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6mTz-0000Wq-LO for ged-emacs-devel@m.gmane.org; Sat, 29 Jul 2006 06:55:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6mTp-0000Wa-4a for emacs-devel@gnu.org; Sat, 29 Jul 2006 06:55:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6mTn-0000WO-5w for emacs-devel@gnu.org; Sat, 29 Jul 2006 06:55:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6mTn-0000WL-0U for emacs-devel@gnu.org; Sat, 29 Jul 2006 06:55:35 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6mVx-0001pz-6Y; Sat, 29 Jul 2006 06:57:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-215-112.inter.net.il [84.228.215.112]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ACK72492 (AUTH halo1); Sat, 29 Jul 2006 13:55:30 +0300 (IDT) 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:57778 Archived-At: > From: "Drew Adams" > Date: Mon, 24 Jul 2006 13:52:39 -0700 > > This behavior was introduced by this change: > > 2006-03-11 Eli Zaretskii > > * w32fns.c (w32_wnd_proc): Ignore middle and extra button events > if a menu is already active (the menubar_active flag is on). > > The reason was a much more annoying problem reported by Drew in this > thread: > > > http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-03/msg00024.html > > Drew, I don't see any particular problem in asking Windows users to > click the left button, even if they are in a menu dropped by the right > button. Do you? (FWIW, I never select with the right button, even in > other GUI applications.) > > 1. It would be good if the behavior were the same on Windows as other > platforms, if that were possible. Sorry, I don't know how to do that without introducing worse problems. If someone else knows, please speak up. > 2. It would be good if either a) you could neither open the menu nor choose > a menu item using mouse-2 or b) you could both open the menu and choose a > menu item using mouse-2. Richard, should I go ahead and remove the mouse-2 binding for widget-button-click? I could do that either for MS-Windows or for all platforms. Btw, why do we bind both buttons to the same action here?