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

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

bug#39115: 26.3; eww consecutive links look like one link with mouse-ove


From: Lars Ingebrigtsen
Subject: bug#39115: 26.3; eww consecutive links look like one link with mouse-over
Date: Wed, 19 Feb 2020 14:09:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> So I'm just doing this in shr.el, and I'm doing it on master, since it
>> doesn't seem important enough for the release branch.
>
> Thanks.  Please be sure to comment this, as I don't think the code
> will otherwise explain itself.

Yeah, the patch was:

-        'mouse-face 'highlight))
+         ;; Make separate regions not `eq' so that they'll get
+         ;; separate mouse highlights.
+        'mouse-face (list 'highlight)))


-- 
(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]