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

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

bug#23288: 25.0.92; Clicking on links inserts primary X selection


From: Nils Berg
Subject: bug#23288: 25.0.92; Clicking on links inserts primary X selection
Date: Thu, 14 Apr 2016 19:14:40 +0200

I've tracked down the bug to mouse--down-1-maybe-follows-link too, but don't think read-event is the culprit here.

Rather, mouse--down-1-maybe-follows-link discards the result of mouse-on-link-p, which contains the event a click is supposed to be translated into. Instead, it just replaces the mouse event with mouse-2 if mouse-on-link-p returns non-nil.

reply via email to

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