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

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

bug#75052: 31; browse-url-transform-alist is not used by secondary brows


From: Daniel Mendler
Subject: bug#75052: 31; browse-url-transform-alist is not used by secondary browser
Date: Tue, 24 Dec 2024 02:00:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

I've attached a patch which implements a `browse-url-with-function'.
However I am not sure if we want to add more `browse-url-*' function
variants, since this will make the `browse-url' API increasingly
unclear.

An alternative could be to add keyword arguments to `browse-url' for
consolidation:

For example:
(browse-url url :kind 'external)    ;; replaces `browse-url-with-browser-kind'
(browse-url url :via some-function) ;; alternative to `browse-url-with-function'
(browse-url url :via secondary)

Daniel

Attachment: 0001-New-function-browse-url-with-function.patch
Description: Text Data


reply via email to

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