From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: HASM Newsgroups: gmane.emacs.help Subject: Re: Changing middle-click to right-click? Date: Fri, 21 Aug 2015 08:45:52 -0700 Organization: A noiseless patient Spider Message-ID: <878u947ihb.fsf@127.0.0.1> References: <87d1yh30w4.fsf@127.0.0.1> <87364117-7e2f-472c-be10-ab4d0e1726f2@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1440173915 423 80.91.229.3 (21 Aug 2015 16:18:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Aug 2015 16:18:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 21 18:18:35 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZSp1T-0007Ep-23 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Aug 2015 18:18:31 +0200 Original-Received: from localhost ([::1]:42639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSp1S-0002Rg-CZ for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Aug 2015 12:18:30 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Injection-Info: mx02.eternal-september.org; posting-host="439f31d8bc4e0de4f531f161d6a74e1c"; logging-data="22853"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19kroHjdgqa6fHE+IUvyOB/qr4pArKtiUE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:2jPjEh07Qn+0mQ9aCWLR0S41kD4= sha1:qY8XyOo6aKaPQ72nURQaXGDImJg= Original-Xref: usenet.stanford.edu gnu.emacs.help:214467 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106750 Archived-At: Rusi writes: > xmodmap is increasingly obsolete and broken Maybe, but it still works for the example given: > echo 'pointer = 1 3 2' |xmodmap - 1>/dev/null 2>&1 (though the OP clarified he wants to do this only in emacs) The xinput equivalent is: xinput --set-button-map 1 3 2 though one needs to find what is. -- HASM