From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: GuixDays: Perfect Setup: Speaker wanted Date: Sun, 27 Jan 2019 12:09:12 +0100 Message-ID: References: <20190125223124.02c1ad2d@alma-ubu> <875zuc9y2w.fsf@ambrevar.xyz> <87womrch39.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gniPD-0005kr-2K for guix-devel@gnu.org; Sun, 27 Jan 2019 06:15:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gniJV-00050i-HE for guix-devel@gnu.org; Sun, 27 Jan 2019 06:09:22 -0500 Received: from mx1.riseup.net ([198.252.153.129]:53266) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gniJU-0004zA-9j for guix-devel@gnu.org; Sun, 27 Jan 2019 06:09:21 -0500 In-Reply-To: <87womrch39.fsf@gmail.com> Content-Language: en-US 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: Maxim Cournoyer , guix-devel On 2019-01-26 21:13, Maxim Cournoyer wrote: > swedebugia writes: > > [...] > >> Actually what is even nicer is emacs-debbugs and its ability to apply >> patches from emails. The UI is somewhat lacking and I think we should >> fork it so that it defaults to guix bugs and packages. > > There's no need to fork emacs-debbugs for that; it's already > configurable: > > (setq debbugs-gnu-default-packages '("guix")) Thanks for sharing that! I did not look into it deeply and had not realized this was possible. I think this should be included in HACKING where emacs-debbugs is mentioned: "* Using emacs-debbugs Bug reports and patches are tracked using debbugs. If you are on emacs, you can use emacs-debbugs. List all open bug reports on guix-patches with C-u M-x debbugs-gnu guix-patches n y" Also we should mention that the error which appears after applying patches from emails can be ignored - the patches apply succesfully anyways. If you want to apply only one of several patches from a single email you have to select manually and run M-x magit-apply (if I remember correctly) -- Cheers Swedebugia