all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: myglc2 <myglc2@gmail.com>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: help-guix@gnu.org
Subject: Re: List all open bug reports with emacs-debbugs
Date: Fri, 18 Aug 2017 08:25:17 -0400	[thread overview]
Message-ID: <86bmndt64y.fsf@gmail.com> (raw)
In-Reply-To: <5da6528d.AEAAOhJe6A0AAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZllTi@mailjet.com> (Arun Isaac's message of "Fri, 18 Aug 2017 08:15:23 +0530")

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	other threads:[~2017-08-18 12:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-18  2:45 List all open bug reports with emacs-debbugs Arun Isaac
2017-08-18 12:25 ` myglc2 [this message]
2017-08-18 14:37   ` Arun Isaac
2017-08-18 18:50     ` Marius Bakke
2017-08-18 19:52       ` Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86bmndt64y.fsf@gmail.com \
    --to=myglc2@gmail.com \
    --cc=arunisaac@systemreboot.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.