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

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

bug#34014: 25.2; binding down mouse event with modifier to mouse-drag-re


From: Stefan Kangas
Subject: bug#34014: 25.2; binding down mouse event with modifier to mouse-drag-region does not work
Date: Fri, 14 Aug 2020 19:20:09 -0700

Adolf Mathias <adolf.mathias@gmail.com> writes:

> On Emacs Post 24, this stopped to work.

Could you also explain what exactly your code is supposed to be doing?

And did you try the following?

(define-key global-map '[S-down-mouse-1] 'mouse-stay-and-copy)
(define-key global-map '[S-drag-mouse-1] 'mouse-set-region)

Best regards,
Stefan Kangas





reply via email to

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