From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: GuixDays: Perfect Setup: Speaker wanted Date: Sat, 26 Jan 2019 15:13:46 -0500 Message-ID: <87womrch39.fsf@gmail.com> References: <20190125223124.02c1ad2d@alma-ubu> <875zuc9y2w.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnUTs-0005pY-Vo for guix-devel@gnu.org; Sat, 26 Jan 2019 15:23:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnUKr-0004tI-QG for guix-devel@gnu.org; Sat, 26 Jan 2019 15:13:50 -0500 Received: from mail-it1-x136.google.com ([2607:f8b0:4864:20::136]:55900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnUKr-0004sN-M4 for guix-devel@gnu.org; Sat, 26 Jan 2019 15:13:49 -0500 Received: by mail-it1-x136.google.com with SMTP id m62so15375396ith.5 for ; Sat, 26 Jan 2019 12:13:49 -0800 (PST) In-Reply-To: (swedebugia's message of "Sat, 26 Jan 2019 11:15:57 +0100") 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: swedebugia Cc: guix-devel@gnu.org 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")) Maxim