Path: csiph.com!weretis.net!feeder8.news.weretis.net!lilly.ping.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Matto Fransen Newsgroups: gnu.emacs.help Subject: Re: Build up of many eww buffers Date: Tue, 25 Apr 2023 14:52:52 +0200 Lines: 33 Message-ID: <87o7nccee3.fsf@x201.tradesystem.nl> References: <86a5z2wboe.fsf@x201.tradesystem.nl> <87ildppjcf.fsf@ledu-giraud.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net VyntWyxf7FElqaNlkcm/nwZObiWv0lzXn2pjr4iWowzwXAaPTN Cancel-Lock: sha1:day5/B7jKimEUokOgVRYgT2w8RU= sha1:AVxsZYAYuAo9dcCqHMssVs9YJYE= User-Agent: Gnus/5.13 (Gnus v5.13) Xref: csiph.com gnu.emacs.help:60761 Hi Manuel, sorry, was a few days offline On 21 April 2023 13:26 Manuel Giraud, wrote: > >> - Is there a way to prevent the build-up of those buffers? > > You'd have to look for how eww is called here because by default "M-x > eww" is re-using *eww* this is a part from the code: (pop-to-buffer (generate-new-buffer "*eww*")) (eww-mode) (eww url-to-open) >> - Is there a way to quickly close all of the eww-buffers? > > There is "M-x eww-list-buffers" where you could "C-k" those buffers. Cool :) Will try this out! >> - Should I change my workflow? > > … or modify Emacs: nobody has definitive answer to this question yet ;-) He he :) Thanks a lot, Matto