From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41281) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiL4l-0000kI-Q2 for guix-patches@gnu.org; Tue, 02 Jul 2019 11:52:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiL4h-0001iw-SO for guix-patches@gnu.org; Tue, 02 Jul 2019 11:52:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiL4c-0001dv-H5 for guix-patches@gnu.org; Tue, 02 Jul 2019 11:52:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hiL4c-0000JJ-EQ for guix-patches@gnu.org; Tue, 02 Jul 2019 11:52:02 -0400 Subject: [bug#36131] Add Multiple Common Lisp Packages Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87pnnpey6c.fsf@gmail.com> Date: Tue, 02 Jul 2019 17:51:45 +0200 In-Reply-To: <87pnnpey6c.fsf@gmail.com> (Katherine Cox-Buday's message of "Fri, 07 Jun 2019 19:08:27 -0500") Message-ID: <87r2785t9q.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: Katherine Cox-Buday Cc: 36131@debbugs.gnu.org Hi again, Katherine Cox-Buday skribis: >>>From b62c757389b1b6eee909c7c121d4aef3515b17b8 Mon Sep 17 00:00:00 2001 > From: Katherine Cox-Buday > Date: Fri, 7 Jun 2019 15:24:58 -0500 > Subject: [PATCH 08/15] gnu: Add trivial-utf-8. > > * gnu/packages/lisp.scm (trivial-utf-8): New variable. Applied with synopsis/description adjustments. >>>From 2c56db1e5ea59dd82e07065515d1a576255a88cc Mon Sep 17 00:00:00 2001 > From: Katherine Cox-Buday > Date: Fri, 7 Jun 2019 15:48:30 -0500 > Subject: [PATCH 09/15] gnu: Add antik. > > * gnu/packages/lisp.scm (antik): New variable. This commit log does not mention the other variables that are added: quite a few packages are added by this patch. Could you turn it into several patches? Also, could you please run =E2=80=98guix lint=E2=80=99 on all the remaining= packages and address any issues, in particular descriptions/synopses (info "(guix) Synopses and Descriptions")? Also perhaps omit the =E2=80=98ecl-=E2=80=99 variants if you deem them unne= cessary. Hopefully that=E2=80=99ll make the whole review/apply process smoother. :-) Thanks in advance, Ludo=E2=80=99.