From: Tassilo Horn Date: Thu, 16 Jul 2020 16:38:59 +0000 (+0200) Subject: Add tramp and orgmode to bug-reference-setup-from-mail-alist. X-Git-Tag: emacs-28.0.90~6997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2a4588110eafcfaf20f346d9ce277019f2d0b30;p=emacs.git 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. --- diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el index 9df51c1242a..b151e87f1c2 100644 --- a/lisp/progmodes/bug-reference.el +++ b/lisp/progmodes/bug-reference.el @@ -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"))