GNU bug report logs -
#22157
left-clicking on a link: 2 browsers or a warning
Previous Next
Reported by: Mike Kupfer <m.kupfer <at> acm.org>
Date: Sun, 13 Dec 2015 05:34:02 UTC
Severity: normal
Done: Katsumi Yamaoka <yamaoka <at> jpl.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
The change 72166f2f3dba18f1217c666574032f5a0351ed65 seems to have
fixed this bug.
On Tue, 03 May 2016 06:39:44 +0000, Martin Rudalics wrote:
> Bind `widget-button-click' to mouse-1/-2 instead of down-mouse-1/-2
> * lisp/wid-edit.el (widget-keymap): Bind `widget-button-click'
> to mouse-1/-2 instead of down-mouse-1/-2. Suggested by Stefan
> Monnier. (Bug#19185, Bug#20398)
cf. <http://article.gmane.org/gmane.emacs.diffs/135579>
To try the old `widget-keymap' definition to reproduce the bug,
I needed to eval the following form, that exists in gnus-art.el,
after reverting the `widget-keymap' definition:
(set-keymap-parent gnus-article-mode-map widget-keymap)
With this, I learned that `set-keymap-parent' uses a copy of
a parent keymap, i.e., a change made in a parent keymap has no
effect on *this* keymap.
This bug report was last modified 9 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.