help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to bind a command to mouse-1 properly?


From: martin rudalics
Subject: Re: How to bind a command to mouse-1 properly?
Date: Wed, 12 Dec 2012 13:43:36 +0100

> If you look at my examples, the "non-working" one does exactly the same
> thing as the working one. The only difference is the command name.
> I guess the reason is in this mouse-drag-track code:
>
>     ;; Find its binding.
>     (let* ((fun (key-binding (vector (car event))))
>            (do-multi-click (and (> (event-click-count event) 0)
>                                 (functionp fun)
>                                 (not (memq fun '(mouse-set-point
>                                                  mouse-set-region))))))

Probably.  Ever since that change I get an active region in at least
three independent contexts, one of them being Info.  But I was too lazy
to look into this issue yet.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]