--- Begin Message ---
Subject: |
24.0.50; C-h k doesn't work for double-click bindings |
Date: |
Tue, 30 Nov 2010 16:38:34 -0800 |
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'
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#22731: emacs-25: Double clicks don't get through to C-h c. |
Date: |
Fri, 19 Feb 2016 20:12:20 +0000 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Fri, Feb 19, 2016 at 09:54:59AM +0200, Eli Zaretskii wrote:
> > Date: Thu, 18 Feb 2016 22:39:29 +0000
> > Cc: address@hidden
> > From: Alan Mackenzie <address@hidden>
> > The problem also occurs with C-h k. It's easy enough to fix, though:
> Please push to master, and thanks.
Done. Marking the bug as fixed.
--
Alan Mackenzie (Nuremberg, Germany).
--- End Message ---