Severity: minor Tags: patch When using debbugs-make-control-message to make a "done" or "fixed" control message from a message-mode buffer, it doesn't ask for for a version number. That's because (debbugs-gnu-current-status) returns nil outside the *Bugs* buffer, so the (member "emacs" (cdr (assq 'package status))) check always fails. I think it should be okay to fallback to cache, or debbugs-get-status if the cache is empty, right? By the way, I wonder if we should ask for version even if the package is not Emacs (obviously the initial-input suggestion only works for Emacs), surely other packages have versions too?