* bug#12971: 24.2.50; mouse-1 in info header lines tooltips
@ 2012-11-23 15:21 martin rudalics
2012-11-24 7:37 ` Chong Yidong
0 siblings, 1 reply; 4+ messages in thread
From: martin rudalics @ 2012-11-23 15:21 UTC (permalink / raw)
To: 12971
When with emacs -Q in info I move the mouse to an object on the header
line I get tooltips like "mouse-1: Go to node ...". However, mouse-1
does nothing but select the window here. This looks like a fallout of:
2012-06-23 Chong Yidong <cyd@gnu.org>
* info.el (Info-mouse-follow-link): Accept symbol values of
link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
(Info-fontify-node): Use Info-link-keymap for all navigation
buttons, with link-args property to perform the desired action.
(Info-link-keymap): Doc fix.
(Info-next-link-keymap, Info-prev-link-keymap)
(Info-up-link-keymap): Delete now-unused keymaps.
Onserved with GNU Emacs 24.2.50.1 (i386-mingw-nt5.1.2600)
of 2012-11-23 on MACHNO
Thanks, martin
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#12971: 24.2.50; mouse-1 in info header lines tooltips
2012-11-23 15:21 bug#12971: 24.2.50; mouse-1 in info header lines tooltips martin rudalics
@ 2012-11-24 7:37 ` Chong Yidong
2012-11-24 8:16 ` Chong Yidong
0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2012-11-24 7:37 UTC (permalink / raw)
To: martin rudalics; +Cc: 12971
martin rudalics <rudalics@gmx.at> writes:
> When with emacs -Q in info I move the mouse to an object on the header
> line I get tooltips like "mouse-1: Go to node ...". However, mouse-1
> does nothing but select the window here. This looks like a fallout of:
>
> 2012-06-23 Chong Yidong <cyd@gnu.org>
>
> * info.el (Info-mouse-follow-link): Accept symbol values of
> link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
Actually, from bisecting, I see that this problem first occurs in
revno: 109214
committer: martin rudalics <rudalics@gmx.at>
branch nick: trunk
timestamp: Thu 2012-07-26 10:32:25 +0200
message:
In mouse-drag-line don't exit tracking prematurely (Bug#12006).
* mouse.el (popup-menu): Fix doc-string and re-indent code.
(mouse-drag-line): Don't exit tracking when a switch-frame or
switch-window event occurs (Bug#12006).
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#12971: 24.2.50; mouse-1 in info header lines tooltips
2012-11-24 7:37 ` Chong Yidong
@ 2012-11-24 8:16 ` Chong Yidong
2012-11-24 9:14 ` martin rudalics
0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2012-11-24 8:16 UTC (permalink / raw)
To: martin rudalics; +Cc: 12971-done
> In mouse-drag-line don't exit tracking prematurely (Bug#12006).
>
> * mouse.el (popup-menu): Fix doc-string and re-indent code.
> (mouse-drag-line): Don't exit tracking when a switch-frame or
> switch-window event occurs (Bug#12006).
This change had a mistake: it needed to read the up-event even if the
line is not draggable, so that the follow-link processing can take
place. Fixed in the emacs-24 branch.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#12971: 24.2.50; mouse-1 in info header lines tooltips
2012-11-24 8:16 ` Chong Yidong
@ 2012-11-24 9:14 ` martin rudalics
0 siblings, 0 replies; 4+ messages in thread
From: martin rudalics @ 2012-11-24 9:14 UTC (permalink / raw)
To: Chong Yidong; +Cc: 12971-done
>> In mouse-drag-line don't exit tracking prematurely (Bug#12006).
>>
>> * mouse.el (popup-menu): Fix doc-string and re-indent code.
>> (mouse-drag-line): Don't exit tracking when a switch-frame or
>> switch-window event occurs (Bug#12006).
>
> This change had a mistake: it needed to read the up-event even if the
> line is not draggable, so that the follow-link processing can take
> place. Fixed in the emacs-24 branch.
Thanks for fixing this, martin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-24 9:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 15:21 bug#12971: 24.2.50; mouse-1 in info header lines tooltips martin rudalics
2012-11-24 7:37 ` Chong Yidong
2012-11-24 8:16 ` Chong Yidong
2012-11-24 9:14 ` martin rudalics
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).