* bug#16601: C-h k mouse-1 on header-line does not work
@ 2014-01-30 21:39 Stefan Monnier
2020-12-06 14:46 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2014-01-30 21:39 UTC (permalink / raw)
To: 16601
Package: Emacs
Version: 24.3.50
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.
Stefan
In GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.22)
of 2014-01-07 on faina
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#16601: C-h k mouse-1 on header-line does not work
2014-01-30 21:39 bug#16601: C-h k mouse-1 on header-line does not work Stefan Monnier
@ 2020-12-06 14:46 ` Lars Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-06 14:46 UTC (permalink / raw)
To: Stefan Monnier; +Cc: 16601
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-06 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 21:39 bug#16601: C-h k mouse-1 on header-line does not work Stefan Monnier
2020-12-06 14:46 ` 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).