From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: How to M-x debbugs-gnu with new guix-patches Date: Sun, 12 Feb 2017 08:21:43 -0600 Message-ID: <87inof5w20.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccv2A-0008V5-7Y for guix-devel@gnu.org; Sun, 12 Feb 2017 09:21:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccv29-0001Xj-6j for guix-devel@gnu.org; Sun, 12 Feb 2017 09:21:46 -0500 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:37978) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ccv29-0001XV-1g for guix-devel@gnu.org; Sun, 12 Feb 2017 09:21:45 -0500 Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id B593626690 for ; Sun, 12 Feb 2017 09:21:43 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org So! We have a new debbugs tracking of guix-patches. Great! Those who are emacs users in the know probably like to use the M-x debbugs-gnu interface. Here's what you need to do: Add this to your .emacs: (add-to-list 'debbugs-gnu-all-packages "guix-patches") Now open up debbugs-gnu: C-u M-x debbugs-gnu guix-patches n y And now you have a nice emacs interface! I found this documentation on debbugs useful: https://www.debian.org/Bugs/Reporting And also, maybe you want to tag bugs or etc. Use the 'C' key from the emacs interface! Happy bug triaging!