unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#74904: [PATCH] Add Qutebrowser to list of choices in customize
@ 2024-12-15 23:22 john muhl
  2024-12-15 23:24 ` john muhl
  0 siblings, 1 reply; 3+ messages in thread
From: john muhl @ 2024-12-15 23:22 UTC (permalink / raw)
  To: 74904

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'





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#74904: [PATCH] Add Qutebrowser to list of choices in customize
  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
  2024-12-16 16:00   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: john muhl @ 2024-12-15 23:24 UTC (permalink / raw)
  To: 74904

[-- 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'

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#74904: [PATCH] Add Qutebrowser to list of choices in customize
  2024-12-15 23:24 ` john muhl
@ 2024-12-16 16:00   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2024-12-16 16:00 UTC (permalink / raw)
  To: john muhl; +Cc: 74904-done

> From: john muhl <jm@pub.pink>
> Date: Sun, 15 Dec 2024 17:24:31 -0600
> 
> >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
> 
> 
> 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'

Thanks, installed on the master branch, and closing the bug.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-16 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2024-12-16 16:00   ` Eli Zaretskii

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).