unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* List all open bug reports with emacs-debbugs
@ 2017-08-18  2:45 Arun Isaac
  2017-08-18 12:25 ` myglc2
  0 siblings, 1 reply; 5+ messages in thread
From: Arun Isaac @ 2017-08-18  2:45 UTC (permalink / raw)
  To: help-guix


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: List all open bug reports with emacs-debbugs
  2017-08-18  2:45 List all open bug reports with emacs-debbugs Arun Isaac
@ 2017-08-18 12:25 ` myglc2
  2017-08-18 14:37   ` Arun Isaac
  0 siblings, 1 reply; 5+ messages in thread
From: myglc2 @ 2017-08-18 12:25 UTC (permalink / raw)
  To: Arun Isaac; +Cc: help-guix

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: List all open bug reports with emacs-debbugs
  2017-08-18 12:25 ` myglc2
@ 2017-08-18 14:37   ` Arun Isaac
  2017-08-18 18:50     ` Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Arun Isaac @ 2017-08-18 14:37 UTC (permalink / raw)
  To: myglc2; +Cc: help-guix


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: List all open bug reports with emacs-debbugs
  2017-08-18 14:37   ` Arun Isaac
@ 2017-08-18 18:50     ` Marius Bakke
  2017-08-18 19:52       ` Arun Isaac
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Bakke @ 2017-08-18 18:50 UTC (permalink / raw)
  To: Arun Isaac, myglc2; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

Arun Isaac <arunisaac@systemreboot.net> 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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: List all open bug reports with emacs-debbugs
  2017-08-18 18:50     ` Marius Bakke
@ 2017-08-18 19:52       ` Arun Isaac
  0 siblings, 0 replies; 5+ messages in thread
From: Arun Isaac @ 2017-08-18 19:52 UTC (permalink / raw)
  To: help-guix


> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-18 19:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18  2:45 List all open bug reports with emacs-debbugs Arun Isaac
2017-08-18 12:25 ` myglc2
2017-08-18 14:37   ` Arun Isaac
2017-08-18 18:50     ` Marius Bakke
2017-08-18 19:52       ` Arun Isaac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).