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

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

Re: Making browse-url-firefox more robust?


From: Emanuel Berg
Subject: Re: Making browse-url-firefox more robust?
Date: Sat, 05 Feb 2022 02:41:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Tim Landscheidt wrote:

> | (dotimes (i 100)
> |   (browse-url (format "https://some.url/%d"; i)))

OT (off topic): Why the vertical line syntax?

> In this case, each call to browse-url launches a separate,
> memory-hungry Firefox instance

OT (on topic):

  (setq browse-url-firefox-new-window-is-tab t)

Do the equivalent of:

  $ firefox url1 ... urln

No need for loops or set functions what I can see?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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