From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: Customize value menu doesn't recognize mouse-2] Date: Mon, 24 Jul 2006 15:19:20 -0400 Message-ID: <87psfuu7yf.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153768737 28754 80.91.229.2 (24 Jul 2006 19:18:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jul 2006 19:18:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 24 21:18:54 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 1G55wy-0007eu-Eb for ged-emacs-devel@m.gmane.org; Mon, 24 Jul 2006 21:18:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G55wx-00055o-P1 for ged-emacs-devel@m.gmane.org; Mon, 24 Jul 2006 15:18:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G55wl-00053g-A1 for emacs-devel@gnu.org; Mon, 24 Jul 2006 15:18:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G55wk-00053H-AH for emacs-devel@gnu.org; Mon, 24 Jul 2006 15:18:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G55wk-00053E-66 for emacs-devel@gnu.org; Mon, 24 Jul 2006 15:18:30 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G55xs-0004RF-VJ; Mon, 24 Jul 2006 15:19:41 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 657E44E2C2; Mon, 24 Jul 2006 15:19:20 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 24 Jul 2006 14:22:24 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:57564 Archived-At: > From: "Drew Adams" > Subject: Customize value menu doesn't recognize mouse-2 > > emacs -Q > > M-x customize-variable ad-default-compilation-action > > Click mouse-2 on button Value Menu. The menu opens. Try to click > mouse-2 on a menu item - the action is unrecognized. On GNU/Linux, with either GTK or no X toolkit, the value menu goes away when I release the mouse button; selection is done by holding the mouse button and moving the cursor over the menu item. It works with both mouse-1 and mouse-2. Maybe this is Windows-specific behavior.