Arun Isaac writes: >> I was confused too. Ended up with this in my emacs init file ... >> >> (defun view-guix-bugs () >> "view guix bugs." >> (interactive) >> ;; (debbugs-gnu SEVERITIES &optional PACKAGES ARCHIVEDP SUPPRESS TAGS) >> (debbugs-gnu nil "guix" nil nil nil) >> ) > > Thanks! But, this also lists bug reports that are closed ("done"). How > do I get only those bug reports that are still open? Chris Webber posted an excellent tutorial some while back: https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00629.html