From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: greenwaters Newsgroups: gmane.emacs.help Subject: Binding mouse key sequences Date: Tue, 2 Jul 2013 15:48:43 -0700 (PDT) Message-ID: <1372805323230-291017.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372805886 24153 80.91.229.3 (2 Jul 2013 22:58:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2013 22:58:06 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 03 00:58:08 2013 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 1Uu9WS-0007OT-4H for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 00:58:08 +0200 Original-Received: from localhost ([::1]:40248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu9WR-0002J2-QE for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Jul 2013 18:58:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu9NO-0000Kc-Dr for Help-gnu-emacs@gnu.org; Tue, 02 Jul 2013 18:48:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu9NM-0004SR-1D for Help-gnu-emacs@gnu.org; Tue, 02 Jul 2013 18:48:46 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:37456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu9NL-0004SK-Tm for Help-gnu-emacs@gnu.org; Tue, 02 Jul 2013 18:48:43 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Uu9NL-0004pG-7g for Help-gnu-emacs@gnu.org; Tue, 02 Jul 2013 15:48:43 -0700 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Tue, 02 Jul 2013 18:57:58 -0400 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:91909 Archived-At: I tried unsuccesfully to bind a sequence of two mouse keys. For example (global-set-key [mouse-8 mouse-9] 'write-file) after unsetting mouse-8 globally. Pressing mouse-8 gives a message "Empty menu" at the bottom of the screen. Section 48.3.10 Rebinding Mouse Buttons in the manual mentions, at the end, the possibility of binding mouse sequences. What is the right way to do this? -- View this message in context: http://emacs.1067599.n5.nabble.com/Binding-mouse-key-sequences-tp291017.html Sent from the Emacs - Help mailing list archive at Nabble.com.