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: Tue, 01 Aug 2006 06:19:55 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154402432 16517 80.91.229.2 (1 Aug 2006 03:20:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2006 03:20:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 01 05:20:28 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 1G7ko0-00081p-1P for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 05:20:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7knz-0007PF-BZ for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 23:20:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7knY-0007DI-8a for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:20:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7knV-0007AX-S1 for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:19:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7knV-0007AK-OU for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:19:57 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7kqH-000148-CE; Mon, 31 Jul 2006 23:22:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-251-139.inter.net.il [83.130.251.139]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ADA24152 (AUTH halo1); Tue, 1 Aug 2006 06:19:52 +0300 (IDT) Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Mon, 31 Jul 2006 18:17:32 -0400) 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:57901 Archived-At: > From: Richard Stallman > CC: emacs-devel@gnu.org > Date: Mon, 31 Jul 2006 18:17:32 -0400 > > It sounds like a bug in the way menus work in Emacs on Windows. Actually, the code in w32menu.c is written to explicitly ignore clicks on any button but mouse-1 as long as a menu is open. This was done to solve a much more annoying bug on Windows, whereby, if you click mouse-2 while browsing a menu, Emacs would yank killed text after the menu pops down. > Please leave things alone. Done.