GNU bug report logs -
#27040
25.2: fringe click event bug
Previous Next
Reported by: "Charles A. Roelli" <charles <at> aurox.ch>
Date: Tue, 23 May 2017 18:14:02 UTC
Severity: normal
Tags: fixed
Merged with 27334
Found in version 25.2
Fixed in version 26.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#27040: 25.2: fringe click event bug
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 27040 <at> debbugs.gnu.org.
--
27040: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27040
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> From: "Charles A. Roelli" <charles <at> aurox.ch>
> Date: Tue, 23 May 2017 20:13:20 +0200
>
> In Emacs 25.1/25.2:
>
> - emacs -q
> - C-h k
> - Click somewhere in the fringe:
>
> => Args out of range: "Describe key (or click or menu item):
> mouse-1", 0, 64
Thanks, fixed.
> As a side note, while you click and hold the mouse in the fringe in an
> emacs-lisp mode
> buffer in Emacs 25.2, the echo area indicates the current mode name.
> (This does not
> happen in Emacs 24.5). Not sure if this is related (or intentional).
I have no idea where this comes from. Looks like some subtle bug.
Please submit a separate bug report.
[Message part 3 (message/rfc822, inline)]
In Emacs 25.1/25.2:
- emacs -q
- C-h k
- Click somewhere in the fringe:
=> Args out of range: "Describe key (or click or menu item):
mouse-1", 0, 64
Same recipe in Emacs 24.5 pops up a description of the binding as expected:
=========
<mouse-1> (translated from <down-mouse-1> <mouse-1>) at that spot runs
the command mouse-set-point, which is an interactive compiled Lisp
function in `mouse.el'.
It is bound to <triple-mouse-1>, <double-mouse-1>, <mouse-1>.
(mouse-set-point EVENT)
Move point to the position clicked on with the mouse.
This should be bound to a mouse click event type.
=========
As a side note, while you click and hold the mouse in the fringe in an
emacs-lisp mode
buffer in Emacs 25.2, the echo area indicates the current mode name.
(This does not
happen in Emacs 24.5). Not sure if this is related (or intentional).
This bug report was last modified 7 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.