The current implementation of `reporter-submit-bug-report' ignores the subject when PKGNAME is nil. How to reproduce: M-x load-library RET reporter RET M-: (let ((reporter-prompt-for-summary-p t)) (reporter-submit-bug-report "submit@debbugs.gnu.org" nil nil)) RET That attached patch fix this.