Since there have been no more comments, I've now merged my main patch to the master branch as 2bdcf0250ac. On 6/19/2025 8:05 PM, Jim Porter wrote: > On 6/19/2025 5:34 PM, Keith Amidon wrote: >> However, I do want to briefly discuss the decision to make the emacs >> 30 workaround conditional on eww-auto-rename-buffer having the value >> 'title. This does minimize the situations in which the additional >> rendering is done, which is desirable. However, I think it will push >> people who might not have that setting to make it to enable other >> functionality that doesn't work properly when the title of the web >> page is unknown. > Hmm, good point. One possibility would be to add a new user option just > for Emacs 30 to enable/disable this workaround. Or maybe we should just > accept that we need to render the page twice for now. That's less > efficient, but more correct. For the Emacs 30 branch, how about this? It just unconditionally renders the full page first, which should be the least error-prone (at the cost of some wasted CPU cycles). However, in this version of the patch, we inhibit loading images when temporarily rendering the full page. That way we don't *also* waste network bandwidth.