File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 ))
You can’t perform that action at this time.
0 commit comments