Add tramp and orgmode to bug-reference-setup-from-mail-alist.

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.
This commit is contained in:
Tassilo Horn
2020-07-16 18:38:59 +02:00
parent 96971e38a6
commit a2a4588110

View 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"))