From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Bug in Info - can use mouse to click links (w32) Date: Sun, 09 Jan 2005 00:44:23 +0200 Message-ID: <01c4f5d3$Blat.v2.2.2$bea97e20@zahav.net.il> References: <001201c4f576$5e55bdc0$0200a8c0@sedrcw11488> <01c4f58c$Blat.v2.2.2$5b3764c0@zahav.net.il> <001401c4f5b5$08482cd0$0200a8c0@sedrcw11488> <41E035F9.9030304@ig.com.br> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1105225951 9662 80.91.229.6 (8 Jan 2005 23:12:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Jan 2005 23:12:31 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 09 00:12:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CnPku-0000aA-00 for ; Sun, 09 Jan 2005 00:12:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnPwK-0001MR-Pj for ged-emacs-devel@m.gmane.org; Sat, 08 Jan 2005 18:24:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnPvM-00010u-Ie for emacs-devel@gnu.org; Sat, 08 Jan 2005 18:23:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnPvF-0000x1-Bn for emacs-devel@gnu.org; Sat, 08 Jan 2005 18:23:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnPvF-0000tB-3t for emacs-devel@gnu.org; Sat, 08 Jan 2005 18:23:05 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnPMH-0006ik-DD for emacs-devel@gnu.org; Sat, 08 Jan 2005 17:46:57 -0500 Original-Received: from zaretski (IGLD-83-130-209-249.inter.net.il [83.130.209.249]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DMH84061 (AUTH halo1); Sun, 9 Jan 2005 00:46:51 +0200 (IST) Original-To: Vinicius Jose Latorre X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <41E035F9.9030304@ig.com.br> (message from Vinicius Jose Latorre on Sat, 08 Jan 2005 17:35:21 -0200) 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: main.gmane.org gmane.emacs.devel:32049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32049 > Date: Sat, 08 Jan 2005 17:35:21 -0200 > From: Vinicius Jose Latorre > Cc: Eli Zaretskii , emacs-devel@gnu.org > > In a 3-button mouse: > > mouse-1 is the left button. > mouse-2 is the midlle button. > mouse-3 is the right button. > > In a 2-button mouse: > > mouse-1 is the left button. > mouse-2 is the left and right button pressed at same time. > mouse-3 is the right button. All this is true unless (on Windows) changed by the user option w32-swap-mouse-buttons. Also, the MS-DOS port behaves like this with 2-button mice: mouse-1 is the left button. mouse-2 is the right button. mouse-3 is the left and right button pressed at the same time. So it is a bit dangerous to talk about absolutes when mouse bindings are concerned.