unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Binding mouse button sequence to function
Date: Fri, 24 May 2024 02:13:39 +0200	[thread overview]
Message-ID: <87wmnk5aoc.fsf@dataswamp.org> (raw)
In-Reply-To: jwvfrunybky.fsf-monnier+emacs@gnu.org

Stefan Monnier via Users list for the GNU Emacs text editor wrote:

>> Using "global-set-key" results in an error because mouse
>> buttons are not prefix keys.
>
> That's just a minor/silly error. It's just telling you that
> the `down-mouse-1` prefix already has a binding in this
> keymap and the two are not compatible. So you can work
> around it by doing:
>
>     (global-set-key [down-mouse-1] nil)
>     (global-set-key [down-mouse-1 mouse-2] <FOO>)

As you are aware, and I quote the docstring for
`global-set-key',

  This is a legacy function; see ‘keymap-global-set’ for the
  recommended function to use instead.

Maybe that is just a "minor/silly error" as well? :)


-- 
underground experts united
https://dataswamp.org/~incal




      reply	other threads:[~2024-05-24  0:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-11 15:50 Binding mouse button sequence to function kitzman
2024-05-12  3:08 ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-05-24  0:13   ` Emanuel Berg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wmnk5aoc.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).