On 08/18/2017 at 08:15 Arun Isaac writes:

> How do I list all open bug reports for guix-patches with emacs-debbugs?
>
> I'm sorry I'm unable to figure this out by myself. But, debbugs and
> emacs-debbugs are confusing at times.
>
> Thanks,
> Arun.

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)
  )
(global-set-key "\C-cd" 'view-guix-bugs)

HTH - George

Reply via email to