]> git.eshelyaron.com Git - emacs.git/commit
Follow #target links in eww without re-rendering
authorVisuwesh <visuweshm@gmail.com>
Wed, 28 Sep 2022 10:59:04 +0000 (12:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 28 Sep 2022 10:59:30 +0000 (12:59 +0200)
commitc2b9e74686282706e8c2784048616479280b7214
treea20302a3854748de42cde86d28b694ae0fb6c0b0
parentca043773db1e72a765ef8984bf70b0322eff46e2
Follow #target links in eww without re-rendering

* lisp/net/eww.el (eww-follow-link): Do a text property search instead
of re-rendering to follow #target links in the same page.  (bug#58118)
(eww-link-keymap): Bind <mouse-2> to eww-follow-link as well.
lisp/net/eww.el