> 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?

Reply via email to