branch: externals/ess commit 001e809dd1bcd93b50921181088528446e3d12e9 Author: Martin Maechler <maech...@r-project.org> Commit: Martin Maechler <maech...@r-project.org>
submit-bug-report: use the still existing ess-help@.. e-mail strongly recommend a github issue __instead__ --- lisp/ess.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/ess.el b/lisp/ess.el index c12943ee12..724efdde2d 100644 --- a/lisp/ess.el +++ b/lisp/ess.el @@ -1,6 +1,6 @@ ;;; ess.el --- Emacs Speaks Statistics -*- lexical-binding: t; -*- -;; Copyright (C) 1997-2024 Free Software Foundation, Inc. +;; Copyright (C) 1997-2025 Free Software Foundation, Inc. ;; Author: David Smith <dsm...@stats.adelaide.edu.au> ;; A.J. Rossini <blindgl...@gmail.com> @@ -128,7 +128,7 @@ Is set by \\[ess-version-string].") (interactive) (let ((reporter-prompt-for-summary-p 't)) (reporter-submit-bug-report - "ess-b...@r-project.org" + "ess-h...@r-project.org" (concat "ess-mode " (ess-version-string)) (list 'ess-language 'ess-dialect @@ -151,8 +151,10 @@ Is set by \\[ess-version-string].") (rfc822-goto-eoh) (forward-line 1) (insert "\n\n-------------------------------------------------------\n") - (insert "This bug report will be sent to the ESS bugs email list\n") - (insert "Press C-c C-c when you are ready to send your message.\n") + (insert "This bug report will be sent to the ESS _help_ email list\n") + (insert ">>> _INSTEAD_ we strongly recommend you open an issue for this\n") + (insert " at https://github.com/emacs-ess/ESS/issues .\n\n") + (insert "If really prefer to go via the ESS help email, press C-c C-c to send your message.\n") (insert "-------------------------------------------------------\n\n") (insert (with-current-buffer ess-dribble-buffer (goto-char (point-max))