unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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

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).