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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#74904: [PATCH] Add Qutebrowser to list of choices in customize
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 74904 <at> debbugs.gnu.org.
--
74904: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74904
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> 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.
[Message part 3 (message/rfc822, inline)]
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'
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.