From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: eww - multiple buffers Date: Thu, 09 Jun 2016 12:39:47 +0200 Message-ID: <87twh2abnw.fsf@gnu.org> References: <57591A53.8060900@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1465468843 19531 80.91.229.3 (9 Jun 2016 10:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2016 10:40:43 +0000 (UTC) Cc: Help Gnu Emacs mailing list To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 09 12:40:26 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bAxNy-0002MN-8W for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 12:40:26 +0200 Original-Received: from localhost ([::1]:33672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAxNx-0003Yd-4Q for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 06:40:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAxNW-0003YU-Ol for help-gnu-emacs@gnu.org; Thu, 09 Jun 2016 06:39:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAxNS-0005YH-Q7 for help-gnu-emacs@gnu.org; Thu, 09 Jun 2016 06:39:58 -0400 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAxNR-0005X2-Ja for help-gnu-emacs@gnu.org; Thu, 09 Jun 2016 06:39:54 -0400 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B8B8D2036E; Thu, 9 Jun 2016 06:39:48 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 09 Jun 2016 06:39:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=hzUPn7e3l76XMla WKTJu0+OaHh8=; b=XeqGzlrNj7frfa9hyD7T/GiMAKOdKElivCns3mez5wz6Qax sWN5AnZQ7lCVHfiYJBfVGiXoqbuGY0SL0d6v9W+9IHHExQSS9+/JKmRihQIp9j5W 70S/SrsDIqMqmcAu4R07Cym8/WCtuzFMZFCC/eina/6hZ8YnLU5aL5iR415U= X-Sasl-enc: UU2YwXN+dQiuPvLxA3tCwFtvHXV3UfHg4cccX9rNjJ0B 1465468788 Original-Received: from jiffyarch (j289989.servers.jiffybox.net [134.119.24.195]) by mail.messagingengine.com (Postfix) with ESMTPA id 18F3BCC07A; Thu, 9 Jun 2016 06:39:47 -0400 (EDT) In-Reply-To: <57591A53.8060900@easy-emacs.de> ("Andreas \=\?utf-8\?Q\?R\=C3\=B6h\?\= \=\?utf-8\?Q\?ler\=22's\?\= message of "Thu, 9 Jun 2016 09:27:15 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110393 Archived-At: Andreas R=C3=B6hler 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 =E2=80=98eww.el= =E2=80=99. |=20 | (eww-browse-url URL &optional NEW-WINDOW) |=20 | 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 =E2=80=98eww.= el=E2=80=99. |=20 | (eww-follow-link &optional EXTERNAL MOUSE-EVENT) |=20 | Browse the URL under point. | If EXTERNAL is single prefix, browse the URL using =E2=80=98shr-external-= browser=E2=80=99. | 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