]> git.eshelyaron.com Git - emacs.git/commit
Fix (thing-at-point 'url) in eww forms
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 26 Sep 2022 13:16:16 +0000 (15:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 26 Sep 2022 13:16:16 +0000 (15:16 +0200)
commitfde23c6e7426b96de0989e25d5a565652c995ca4
tree0710a5702dbb4c73a9ec5e43282ed3af27a5f05f
parent4feeb7570df33ac335049296d62dba5e05031747
Fix (thing-at-point 'url) in eww forms

* lisp/net/eww.el (eww-tag-input): Don't claim to have an URL here
(bug#58091).

* lisp/net/shr.el (shr-next-link, shr-previous-link): Search for
shr-tab-stop instead of shr-url so that we can be more general.
(shr-urlify): Mark all links as tabbable-to.
lisp/net/eww.el
lisp/net/shr.el