[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74820: [PATCH] browse-url-with-browser-kind: Improve browser functio
From: |
Eli Zaretskii |
Subject: |
bug#74820: [PATCH] browse-url-with-browser-kind: Improve browser function selection |
Date: |
Tue, 17 Dec 2024 15:49:38 +0200 |
> From: Daniel Mendler <mail@daniel-mendler.de>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Tue, 17 Dec 2024 12:16:54 +0100
>
> Daniel Mendler <mail@daniel-mendler.de> writes:
>
> > Tags: patch
> >
> > In order to find an appropriate browser function for the given
> > kind, first the browser handler lists are consulted. If no
> > handler is found, the `browse-url-browser-function',
> > `browse-url-secondary-browser-function`,
> > `browse-url-default-browser' and `eww' are tried in that order
> > until a browser function with a matching kind is found. This
> > way the user customization of `browse-url-browser-function' and
> > `browse-url-secondary-browser-function` is respected by
> > `browse-url-with-browser-kind'.
>
> Eli, do you have comments on this patch? I think it improves the
> behavior of `browse-url-with-browser-kind' in relation to our recent
> changes to `browse-url-browser-function' and
> `browse-url-secondary-browser-function',
> which users can set to either internal or external browsers. Thanks.
I didn't yet have time to review the patch. Too little free time,
sorry. Will do soon.