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

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

bug#35445: 26.2; eww-follow-link breaks on the second invocation


From: Lars Ingebrigtsen
Subject: bug#35445: 26.2; eww-follow-link breaks on the second invocation
Date: Sun, 12 May 2019 16:36:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Xu Chunyang <mail@xuchunyang.me> writes:

> According to my observation, the eww-data's :url is missing after the
> first eww-follow-link invocation. eww-follow-link contains these two lines of 
> code
>
>     (eww-save-history)
>     (eww-display-html 'utf-8 url dom nil (current-buffer))
>
> the first line clears eww-data via (setq eww-data (list :title "")), but
> the second line forgets to (plist-put eww-data :url url).
>
> The following patch fixes the issue for me:

Thanks; I've applied the patch to the Emacs trunk.

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