Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Arun Isaac
> Chris Webber posted an excellent tutorial some while back: > > https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00629.html Yes, that helps! This information should be in HACKING. I have submitted a patch adding the same. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28141

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Marius Bakke
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!

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Arun Isaac
> 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 report

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread myglc2
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 emac