Hello all. Maxim Cournoyer writes: > * doc/contributing.texi (Viewing Bugs within Emacs): Document > debbugs-gnu-default-packages, debbugs-gnu-default-severities. > (Debbugs User Interfaces): Likewise, and mention debbugs-gnu-guix-search. > […] > + > +;; Reduce the number of prompts with 'M-x debbugs-gnu'. > +(setq debbugs-gnu-default-packages '("guix" "guix-patches")) > + > +;; Show feature requests. > +(setq debbugs-gnu-default-severities > + '("serious" "important" "normal" "minor" "wishlist")) Not being very experienced with Emacs, I tried 'M-x debbugs-gnu' and it does not prompt for the packages but shows bugs for Emacs by default. I suggest the attached patch. Regards, Florian