GNU bug report logs -
#22244
25.0.50; Make eww use display-buffer to display eww buffer
Previous Next
Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>
Date: Sat, 26 Dec 2015 16:56:01 UTC
Severity: wishlist
Tags: fixed
Found in version 25.0.50
Fixed in versions 25.1, 25.2
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 22244 <at> debbugs.gnu.org (full text, mbox):
Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> But this issue is not as easy as it seemed. The whole code must be
> reworked to work with multiple eww buffers. E.g.
>
> (defun eww-browse-url (url &optional new-window)
> (cond (new-window
> (switch-to-buffer (generate-new-buffer "*eww*"))
> (eww-mode)))
> (eww url))
>
> creates a new buffer when new-window is non-nil, but eww calls
> eww-setup-buffer, which unconditionally goes back to a hardcoded "*eww*"
> named buffer again.
Yeah, that doesn't work very well. I've now fiddled with it a bit more,
and new-window now does what it's supposed to do.
> I don't know the code well and would prefer if you could had a look. I
> dunno in which direction we want to go (tabs, some day, maybe?).
Hm... I don't quite see it. Switching between buffers now is so...
standard. Would tabs be something other than buffers?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 9 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.