bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16601: C-h k mouse-1 on header-line does not work


From: Lars Ingebrigtsen
Subject: bug#16601: C-h k mouse-1 on header-line does not work
Date: Sun, 06 Dec 2020 15:46:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>   emacs -Q -l .../elpa/packages/lmc/lmc.el -f lmc-mode
>   C-h k <mouse-1>  on the "00" of "PC=00" in the header-line
>
> Correctly tells me that this event is bound to `lmc-set-pc'.  But
>
>   C-h k <mouse-1>  on the little man running, in the header-line
>
> tells me that <header-line> <down-mouse-1> is bound to
> mouse-drag-header-line and that <mouse-1> is bound to mouse-set-point,
> without mentioning `lmc-run' which is the command that will actually be
> run in response to a <mouse-1> at that spot.

Testing this on the trunk, I get:

---
<header-line> <mouse-1> (translated from <mouse-1>) at that spot runs
the command lmc-run, which is an interactive Lisp closure in
‘~/src/emacs/elpa/packages/lmc/lmc.el’.
---

So it seems like this has been fixed in the years since this was
reported?  So I'm closing this bug report.  If there's something more to
be done here, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]