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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74904 in the body.
You can then email your comments to 74904 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#74904
; Package
emacs
.
(Sun, 15 Dec 2024 23:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
john muhl <jm <at> pub.pink>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 15 Dec 2024 23:23:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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'
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#74904
; Package
emacs
.
(Sun, 15 Dec 2024 23:25:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74904 <at> debbugs.gnu.org (full text, mbox):
[0001-Add-Qutebrowser-to-list-of-choices-in-customize.patch (text/x-patch, attachment)]
[Message part 2 (text/plain, inline)]
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'
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Mon, 16 Dec 2024 16:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
john muhl <jm <at> pub.pink>
:
bug acknowledged by developer.
(Mon, 16 Dec 2024 16:02:03 GMT)
Full text and
rfc822 format available.
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 14 Jan 2025 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.