]> git.eshelyaron.com Git - emacs.git/commit
Make eww understand #fragment URLs at point interactively
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 May 2019 19:17:00 +0000 (15:17 -0400)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 May 2019 19:45:52 +0000 (15:45 -0400)
commit8fe73515ad08402d16de44b32dc93b98069e0498
treecb01cfe19437af8b628c0172e8234b13eea75275
parent967711995ecedc0ed79602ad71af57f45d6a3720
Make eww understand #fragment URLs at point interactively

* lisp/net/eww.el (eww-suggest-uris): Use
thing-at-point-url-at-point instead of url-get-url-at-point
(bug#31927) because it's much better at guessing what the URL
actually is (especially with #fragments).
lisp/net/eww.el
lisp/url/url-util.el