Make #anchors work again in eww
commitfa416937997a113d84ab4e4910d730ce5d77613d
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 12:55:55 +0000 (13 14:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 12:55:55 +0000 (13 14:55 +0200)
treeb238c4b66057b2e594d0b4e3bb51b59afbf40874
parent0a719964238293abd34a500992b1df0cc750795e
Make #anchors work again in eww

* lisp/net/eww.el (eww-render): When we have a #link link, then
url.el will say that we have a redirect to a non-#link link, so
get the anchor before url.el mangles the URL (bug#28441).
(eww-display-html): ... and don't get it here, because it's gone
by now.

Test URL: http://www.gnu.org/s/hyperbole/#summary
lisp/net/eww.el