GNU bug report logs -
#74904
[PATCH] Add Qutebrowser to list of choices in customize
Previous Next
Reported by: john muhl <jm <at> pub.pink>
Date: Sun, 15 Dec 2024 23:23:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 74904-done <at> debbugs.gnu.org (full text, mbox):
> From: john muhl <jm <at> pub.pink>
> Date: Sun, 15 Dec 2024 17:24:31 -0600
>
> >From c6464042ca64141968b509ac4bcd0873432c7e02 Mon Sep 17 00:00:00 2001
> From: john muhl <jm <at> pub.pink>
> Date: Sun, 15 Dec 2024 17:15:35 -0600
> Subject: [PATCH] Add Qutebrowser to list of choices in customize
>
> * lisp/net/browse-url.el (browse-url--browser-defcustom-type):
> Include 'browse-url-qutebrowser' so that it appears in the Choice
> menus of 'browse-url-browser-function' and
> 'browse-url-secondary-browser-function'. (Bug#74904)
> ---
> lisp/net/browse-url.el | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
> index 10165465921..8d9046f77b0 100644
> --- a/lisp/net/browse-url.el
> +++ b/lisp/net/browse-url.el
> @@ -167,6 +167,7 @@ browse-url--browser-defcustom-type
> :value browse-url-text-emacs)
> (function-item :tag "KDE" :value browse-url-kde)
> (function-item :tag "Elinks" :value browse-url-elinks)
> + (function-item :tag "Qutebrowser" :value browse-url-qutebrowser)
> (function-item :tag "Specified by `Browse Url Generic Program'"
> :value browse-url-generic)
> ,@(when (eq system-type 'windows-nt)
> --
> 2.47.1
>
>
> john muhl <jm <at> pub.pink> writes:
>
> > Tags: patch
> >
> > Follow up to Bug#74781. This adds qutebrowser to the list of
> > choices presented in the customize interface for
> > 'browse-url-browser-function' &
> > 'browse-url-secondary-browser-function'
Thanks, installed on the master branch, and closing the bug.
This bug report was last modified 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.