From: john muhl <jm@pub.pink>
To: 74904@debbugs.gnu.org
Subject: bug#74904: [PATCH] Add Qutebrowser to list of choices in customize
Date: Sun, 15 Dec 2024 17:24:31 -0600 [thread overview]
Message-ID: <87a5cwlec0.fsf@pub.pink> (raw)
In-Reply-To: <87frmolef8.fsf@pub.pink> (john muhl's message of "Sun, 15 Dec 2024 17:22:35 -0600")
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Add-Qutebrowser-to-list-of-choices-in-customize.patch --]
[-- Type: text/x-patch, Size: 1100 bytes --]
From c6464042ca64141968b509ac4bcd0873432c7e02 Mon Sep 17 00:00:00 2001
From: john muhl <jm@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
[-- Attachment #2: Type: text/plain, Size: 241 bytes --]
john muhl <jm@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'
next prev parent reply other threads:[~2024-12-15 23:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-15 23:22 bug#74904: [PATCH] Add Qutebrowser to list of choices in customize john muhl
2024-12-15 23:24 ` john muhl [this message]
2024-12-16 16:00 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a5cwlec0.fsf@pub.pink \
--to=jm@pub.pink \
--cc=74904@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).