GNU bug report logs - #74904
[PATCH] Add Qutebrowser to list of choices in customize

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74904: closed ([PATCH] Add Qutebrowser to list of choices in
 customize)
Date: Mon, 16 Dec 2024 16:02:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 16 Dec 2024 18:00:45 +0200
with message-id <86wmfzpqhe.fsf <at> gnu.org>
and subject line Re: bug#74904: [PATCH] Add Qutebrowser to list of choices in customize
has caused the debbugs.gnu.org bug report #74904,
regarding [PATCH] Add Qutebrowser to list of choices in customize
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Add Qutebrowser to list of choices in customize
Date: Sun, 15 Dec 2024 17:22:35 -0600
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'


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 74904-done <at> debbugs.gnu.org
Subject: Re: bug#74904: [PATCH] Add Qutebrowser to list of choices in customize
Date: Mon, 16 Dec 2024 18:00:45 +0200
> 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 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.