From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60082) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j74Cz-0004xq-2R for guix-patches@gnu.org; Wed, 26 Feb 2020 16:27:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j74Cx-0003HR-2r for guix-patches@gnu.org; Wed, 26 Feb 2020 16:27:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j74Cw-0003Dv-Vg for guix-patches@gnu.org; Wed, 26 Feb 2020 16:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j74Cs-0000yl-SA for guix-patches@gnu.org; Wed, 26 Feb 2020 16:27:02 -0500 Subject: [bug#39756] [PATCH] emacs-xyz.el: add package for emacs-exwm-next (exwm with emacs-next) Resent-Message-ID: References: <87pne59w1g.fsf@web.de> <8736axabfo.fsf@ambrevar.xyz> From: dario In-reply-to: <8736axabfo.fsf@ambrevar.xyz> Date: Wed, 26 Feb 2020 22:17:27 +0100 Message-ID: <87a755qc9k.fsf@web.de> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 39756@debbugs.gnu.org Hi, what a stupid mistake, sorry! I have submitted a corrected patch. Best, Dario PS: I am a big fan of your blog, it made me dive deeper into emacs and also got me interested in Guix :) Pierre Neidhardt writes: > Hi! > > This is probably a good idea, but your patch seems to have reindented > everything. > Can you resubmit a fixed patch? > If you have to modify multiple packages, make sure to do one commit > per package. > > Thanks!