Skip to content

Commit 001e809

Browse files
committed
submit-bug-report: use the still existing ess-help@.. e-mail
strongly recommend a github issue __instead__
1 parent f193e20 commit 001e809

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lisp/ess.el

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ess.el --- Emacs Speaks Statistics -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 1997-2024 Free Software Foundation, Inc.
3+
;; Copyright (C) 1997-2025 Free Software Foundation, Inc.
44

55
;; Author: David Smith <[email protected]>
66
;; A.J. Rossini <[email protected]>
@@ -128,7 +128,7 @@ Is set by \\[ess-version-string].")
128128
(interactive)
129129
(let ((reporter-prompt-for-summary-p 't))
130130
(reporter-submit-bug-report
131-
"ess-bugs@r-project.org"
131+
"ess-help@r-project.org"
132132
(concat "ess-mode " (ess-version-string))
133133
(list 'ess-language
134134
'ess-dialect
@@ -151,8 +151,10 @@ Is set by \\[ess-version-string].")
151151
(rfc822-goto-eoh)
152152
(forward-line 1)
153153
(insert "\n\n-------------------------------------------------------\n")
154-
(insert "This bug report will be sent to the ESS bugs email list\n")
155-
(insert "Press C-c C-c when you are ready to send your message.\n")
154+
(insert "This bug report will be sent to the ESS _help_ email list\n")
155+
(insert ">>> _INSTEAD_ we strongly recommend you open an issue for this\n")
156+
(insert " at https://github.com/emacs-ess/ESS/issues .\n\n")
157+
(insert "If really prefer to go via the ESS help email, press C-c C-c to send your message.\n")
156158
(insert "-------------------------------------------------------\n\n")
157159
(insert (with-current-buffer ess-dribble-buffer
158160
(goto-char (point-max))

0 commit comments

Comments
 (0)