--- tex.el 28 Mar 2005 22:31:59 +0200 5.493 +++ tex.el 30 Mar 2005 12:30:34 +0200 @@ -4444,27 +4444,26 @@ configuration." (interactive) (require 'reporter) - (reporter-submit-bug-report - "address@hidden" - (concat "AUCTeX " AUCTeX-version - (if (string-match "^CVS-" AUCTeX-version) - (format " (%s)" AUCTeX-date) - "")) - (list 'window-system - 'LaTeX-version - 'TeX-style-path - 'TeX-auto-save - 'TeX-parse-self - 'TeX-master) - nil nil - "Remember to cover the basics, that is, what you expected to happen and + (let ((reporter-prompt-for-summary-p "Bug report subject: ")) + (reporter-submit-bug-report + "address@hidden" + (concat AUCTeX-version " (AUC)") + (list 'AUCTeX-date + 'window-system + 'LaTeX-version + 'TeX-style-path + 'TeX-auto-save + 'TeX-parse-self + 'TeX-master) + nil nil + "Remember to cover the basics, that is, what you expected to happen and what in fact did happen. If the bug (or problem) is triggered by a specific \(La\)TeX file, you should try to produce a minimal sample file showing the problem and include it in your report. -Your bug report will be posted to the AUCTeX mailing list.")) +Your bug report will be posted to the AUCTeX mailing list."))) ;;; Ispell Support