emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 140d722: ; Add some TODOs for the bug-reference-<forge>-instances


From: Tassilo Horn
Subject: master 140d722: ; Add some TODOs for the bug-reference-<forge>-instances variables
Date: Sat, 11 Sep 2021 06:00:09 -0400 (EDT)

branch: master
commit 140d722848fda03b193f05e716f00eca93b854a8
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    ; Add some TODOs for the bug-reference-<forge>-instances variables
---
 lisp/progmodes/bug-reference.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el
index d0493b3..e5d77a0 100644
--- a/lisp/progmodes/bug-reference.el
+++ b/lisp/progmodes/bug-reference.el
@@ -230,6 +230,9 @@ subexpression 10."
                     (push (match-string i url) groups))
                   (funcall bug-url-fmt (nreverse groups))))))
 
+;; TODO: Change to alist with (HOST PROTOCOL) entries because
+;; self-hosted instances might be accessed with http rather than
+;; https.
 (defvar bug-reference-gitea-instances '("gitea.com"
                                         "codeberg.org")
   "List of Gitea forge instances.
@@ -238,6 +241,9 @@ loaded, and performed an auto-setup, evaluate
 `(bug-reference--setup-from-vc-alist t)' for rebuilding the value
 of `bug-reference--setup-from-vc-alist'.")
 
+;; TODO: Change to alist with (HOST PROTOCOL) entries because
+;; self-hosted instances might be accessed with http rather than
+;; https.
 (defvar bug-reference-gitlab-instances '("gitlab.com"
                                          "salsa.debian.org"
                                          "framagit.org")
@@ -247,6 +253,9 @@ loaded, and performed an auto-setup, evaluate
 `(bug-reference--setup-from-vc-alist t)' for rebuilding the value
 of `bug-reference--setup-from-vc-alist'.")
 
+;; TODO: Change to alist with (HOST PROTOCOL) entries because
+;; self-hosted instances might be accessed with http rather than
+;; https.
 (defvar bug-reference-sourcehut-instances '("sr.ht")
   "List of SourceHut forge instances.
 When the value is changed after bug-reference has already been



reply via email to

[Prev in Thread] Current Thread [Next in Thread]