From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czh1O-0003gv-T9 for guix-patches@gnu.org; Sun, 16 Apr 2017 06:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czh1J-0000rk-Ub for guix-patches@gnu.org; Sun, 16 Apr 2017 06:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czh1J-0000rT-S8 for guix-patches@gnu.org; Sun, 16 Apr 2017 06:03:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czh1J-0002uv-Is for guix-patches@gnu.org; Sun, 16 Apr 2017 06:03:01 -0400 Subject: bug#26515: [PATCH] gnu: Add emacs-calfw. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170415112452.912-1-va511e@yahoo.com> Date: Sun, 16 Apr 2017 12:02:07 +0200 In-Reply-To: <20170415112452.912-1-va511e@yahoo.com> (Vasile Dumitrascu's message of "Sat, 15 Apr 2017 13:24:52 +0200") Message-ID: <87mvbgpt5s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Vasile Dumitrascu Cc: 26515-done@debbugs.gnu.org Vasile Dumitrascu skribis: > * gnu/packages/emacs.scm (emacs-calfw): New variable. I addressed the file name warning reported by =E2=80=98guix lint=E2=80=99 a= nd committed. Thanks! Ludo=E2=80=99.