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

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

Re: eww - multiple buffers


From: Tassilo Horn
Subject: Re: eww - multiple buffers
Date: Thu, 09 Jun 2016 12:39:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

Hi Andreas,

> eww comes with a command "eww-list-buffers" - however, seems to exist
> only one hard-coded "*eww*" buffer at time.
>
> Is there a way to open different "*eww MY FYLE*" buffers in parallel?

Well, there's

,----[ C-h f eww-browse-url RET ]
| eww-browse-url is an autoloaded compiled Lisp function in ‘eww.el’.
| 
| (eww-browse-url URL &optional NEW-WINDOW)
| 
| Not documented.
`----

which can open a new buffer.  And that's used by

,----[ C-h f eww-follow-link RET ]
| eww-follow-link is an interactive compiled Lisp function in ‘eww.el’.
| 
| (eww-follow-link &optional EXTERNAL MOUSE-EVENT)
| 
| Browse the URL under point.
| If EXTERNAL is single prefix, browse the URL using ‘shr-external-browser’.
| If EXTERNAL is double prefix, browse in new buffer.
`----

So you'd usually start with one eww buffer and then follow links with
`C-u C-u RET' which would create a new buffer for the referenced link.

But you're right.  It seems quite strange to me that you can't call
`eww' itself with a prefix arg to make it open a new buffer...

HTH,
Tassilo



reply via email to

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