help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List all open bug reports with emacs-debbugs


From: myglc2
Subject: Re: List all open bug reports with emacs-debbugs
Date: Fri, 18 Aug 2017 08:25:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]