bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16211: eww should support multiple *eww* buffers


From: Lars Magne Ingebrigtsen
Subject: bug#16211: eww should support multiple *eww* buffers
Date: Wed, 19 Nov 2014 18:41:37 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.51 (gnu/linux)

Ivan Shmakov <ivan@siamics.net> writes:

>       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.

I've now removed the statement.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]