found 40532 27.0.50 tags 40532 + patch quit Arnaud Fontaine writes: > I have investigated a little and it seems to be because of a bug in > eww-follow-link (bound to RET key). Indeed; I think it's a regression in Emacs 27 caused by the following fix for bug#28441: Make #anchors work again in eww fa41693799 2018-04-13 14:55:55 +0200 https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=fa416937997a113d84ab4e4910d730ce5d77613d Previously, eww-follow-link depended on eww-display-html to set shr-target-id, but following this change that's no longer the case. This doesn't affect eww-reload, which also calls eww-display-html, because it passes it an explicit position to jump to. > It goes to the anchor link by clicking on it () or with 'v' key > as it actually calls shr-browse-url (but this has the side-effect of > reloading the whole page though). Yes, we wouldn't want eww-follow-link to do that, and in fact it already contains logic to avoid reloading the whole page, modulo the aforementioned regression in Emacs 27. Lars, Eli, how's the following fix for emacs-27?