From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.help Subject: Re: remapping mouse clicks in osx emacs 21.3.50.1? Date: Wed, 16 Oct 2002 15:45:43 GMT Organization: Shaw Residential Internet Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <6Xbr9.50762$gr6.51104@rwcrnsc53> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035017746 6745 80.91.224.249 (19 Oct 2002 08:55:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 08:55:46 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 182pOb-0001ke-00 for ; Sat, 19 Oct 2002 10:55:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 182Zbk-0004Mq-00; Fri, 18 Oct 2002 12:04:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!pd2nf1so.cg.shawcable.net!residential.shaw.ca!news2.calgary.shaw.ca.POSTED!not-for-mail X-Trace-PostClient-IP: 68.144.207.94 Original-Newsgroups: gnu.emacs.help Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 24.71.223.147 Original-X-Complaints-To: abuse@shaw.ca Original-X-Trace: news2.calgary.shaw.ca 1034783143 24.71.223.147 (Wed, 16 Oct 2002 09:45:43 MDT) Original-NNTP-Posting-Date: Wed, 16 Oct 2002 09:45:43 MDT Original-Xref: shelby.stanford.edu gnu.emacs.help:106123 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2746 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2746 Hugo Wolf writes: > [...] When I run the emacs port, button2 and button3 are reversed: > wheel-click is emacs button3 and right-click is emacs button2. I > _could_ learn to get used to this I'm sure -- if I weren't still > using X11 emacs from remote hosts on a regular basis. So I need a > way to get the more standard button binding to work in osx port. > > Is there another solution? [...] Try (setq mac-wheel-button-is-mouse-2 t) I know the logic of the variable name is reversed. It will be fixed soon (if not already).