* bug#7520: 24.0.50; C-h k doesn't work for double-click bindings
@ 2010-12-01 0:38 Drew Adams
2014-02-10 5:14 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2010-12-01 0:38 UTC (permalink / raw)
To: 7520
emacs -Q
(defun foo (event)
(interactive "e")
(message "FOOOOOOOO"))
(global-set-key [double-mouse-3] 'foo)
`C-h k', then double-click mouse-3.
The double-click event is not handled by C-h k. The doc you see is
for the command bound to `mouse-3', not the command bound to
`double-mouse-3'.
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2010-11-30 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags
-Ic:/imagesupport/include'
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#7520: 24.0.50; C-h k doesn't work for double-click bindings
2010-12-01 0:38 Drew Adams
@ 2014-02-10 5:14 ` Lars Ingebrigtsen
0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-10 5:14 UTC (permalink / raw)
To: Drew Adams; +Cc: 7520
"Drew Adams" <drew.adams@oracle.com> writes:
> emacs -Q
>
> (defun foo (event)
> (interactive "e")
> (message "FOOOOOOOO"))
>
> (global-set-key [double-mouse-3] 'foo)
>
> `C-h k', then double-click mouse-3.
>
> The double-click event is not handled by C-h k. The doc you see is
> for the command bound to `mouse-3', not the command bound to
> `double-mouse-3'.
Still seems to be present in Emacs 24.3.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#7520: 24.0.50; C-h k doesn't work for double-click bindings
[not found] <<79C2465B5008416A96BD038B29A2DA81@us.oracle.com>
@ 2016-02-19 20:27 ` Drew Adams
0 siblings, 0 replies; 3+ messages in thread
From: Drew Adams @ 2016-02-19 20:27 UTC (permalink / raw)
To: 7520
6 years and 15,211 bug reports later, Alan reports the same bug
and fixes it. (And it wasn't closed summarily.) Thanks for that.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-19 20:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <<79C2465B5008416A96BD038B29A2DA81@us.oracle.com>
2016-02-19 20:27 ` bug#7520: 24.0.50; C-h k doesn't work for double-click bindings Drew Adams
2010-12-01 0:38 Drew Adams
2014-02-10 5:14 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).