From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: List all open bug reports with emacs-debbugs Date: Fri, 18 Aug 2017 20:07:44 +0530 Message-ID: <074859cf.AEQAOss1yAwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZlvvX@mailjet.com> References: <5da6528d.AEAAOhJe6A0AAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZllTi@mailjet.com> <86bmndt64y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <074859cf.AEQAOss1yAwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZlvvX@bnc3.mailjet.com>) id 1diiPl-0002IC-VC for help-guix@gnu.org; Fri, 18 Aug 2017 10:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <074859cf.AEQAOss1yAwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZlvvX@bnc3.mailjet.com>) id 1diiPi-0000D6-Sa for help-guix@gnu.org; Fri, 18 Aug 2017 10:38:21 -0400 Received: from o161.p8.mailjet.com ([87.253.233.161]:35168) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <074859cf.AEQAOss1yAwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZlvvX@bnc3.mailjet.com>) id 1diiPi-00009j-K4 for help-guix@gnu.org; Fri, 18 Aug 2017 10:38:18 -0400 In-reply-to: <86bmndt64y.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: myglc2 Cc: help-guix@gnu.org > 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? =