GNU bug report logs -
#28955
27.0.50; mouse event translation loses parameters
Previous Next
Reported by: sds <at> gnu.org
Date: Mon, 23 Oct 2017 14:46:02 UTC
Severity: normal
Tags: confirmed
Found in version 27.0.50
Full log
Message #16 received at 28955 <at> debbugs.gnu.org (full text, mbox):
Sam Steingold <sds <at> gnu.org> writes:
> Either of the following:
>
> ```
> (define-key key-translation-map (kbd "<s-mouse-1>") (kbd "<mouse-2>"))
> ```
[...]
> 2. Actually clicking s-mouse-1:
> ```
> Debugger entered--Lisp error: (error "mouse-yank-primary must be bound to an event with ...")
> call-interactively(mouse-yank-primary nil nil)
> command-execute(mouse-yank-primary)
I don't have a Super key here, but I was able to reproduce the bug with
Hyper:
(define-key key-translation-map (kbd "<H-mouse-1>") (kbd "<mouse-2>"))
H-click-1:
Debugger entered--Lisp error: (error "mouse-yank-primary must be bound to an event with ...")
call-interactively(mouse-yank-primary nil nil)
command-execute(mouse-yank-primary)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.