GNU bug report logs -
#16211
eww should support multiple *eww* buffers
Previous Next
Reported by: Ivan Shmakov <ivan <at> siamics.net>
Date: Sat, 21 Dec 2013 11:26:01 UTC
Severity: wishlist
Tags: fixed, patch
Fixed in version 25.1
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
One another issue, – the following plist-put does nothing, as
it’s evaluated while still in the url.el “data buffer” (for
which eww-data is most likely nil):
208 (defun eww-render (status url &optional point buffer)
…
212 (let* ((headers (eww-parse-headers))
…
223 (data-buffer (current-buffer)))
224 (unwind-protect
225 (progn
226 (plist-put eww-data :title "")
The plist-put calls down that progn are evaluated after
eww-display-*, and thus after either eww-setup-buffer or some
other set-buffer. The eww-use-external-browser-for-content-type
case I’m unsure about, though.
--
FSF associate member #7257 http://boycottsystemd.org/ … 3013 B6A0 230E 334A
This bug report was last modified 10 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.