]> git.eshelyaron.com Git - emacs.git/commitdiff
Add tramp and orgmode to bug-reference-setup-from-mail-alist.
authorTassilo Horn <tsdh@gnu.org>
Thu, 16 Jul 2020 16:38:59 +0000 (18:38 +0200)
committerTassilo Horn <tsdh@gnu.org>
Thu, 16 Jul 2020 16:38:59 +0000 (18:38 +0200)
Also add a TODO that I should implement something similar for
IRC (rcirc/ERC).

* lisp/progmodes/bug-reference.el (bug-reference-setup-from-mail-alist):
Auto-setup also with groups matching orgmode and tramp.

lisp/progmodes/bug-reference.el

index 9df51c1242aef3a8e3bb479b22ad73527ec57a88..b151e87f1c241bf920b7ba2feb12aa769440e00c 100644 (file)
@@ -229,8 +229,9 @@ and apply it if applicable."
                            url config)
                 (throw 'found t)))))))))
 
+;; TODO: Implement something similar for IRC with rcirc/ERC.
 (defvar bug-reference-setup-from-mail-alist
-  `((,(regexp-opt '("emacs" "auctex" "gnus") 'words)
+  `((,(regexp-opt '("emacs" "auctex" "gnus" "tramp" "orgmode") 'words)
      ,(regexp-opt '("@debbugs.gnu.org" "-devel@gnu.org"
                     ;; List-Id of Gnus devel mailing list.
                     "ding.gnus.org"))