From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 6/6] gnu: Add emacs-slime. Date: Sat, 09 Jan 2016 19:45:58 +0100 Message-ID: <87io32a8wp.fsf@gnu.org> References: <56847D01.3010702@uq.edu.au> <87egdvk6w8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHyWb-0003BM-Ha for guix-devel@gnu.org; Sat, 09 Jan 2016 13:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHyWX-0001Wo-6l for guix-devel@gnu.org; Sat, 09 Jan 2016 13:46:05 -0500 In-Reply-To: (Federico Beffa's message of "Sat, 9 Jan 2016 11:30:16 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > On Tue, Jan 5, 2016 at 11:17 PM, Ludovic Court=C3=A8s wrot= e: [...] >> Can we build and install only Info files? This is what we usually do >> for packages that have Texinfo manuals. Incidentally, it allows us to >> get rid of the TeX Live dependency. > > I'm OK to remove slime.pdf, but the slime-refcard.pdf is quite useful. Sure. Could you check if we can take that PDF from the source, as Alex suggests? >>> + (synopsis >>> + "Superior Lisp Interaction Mode for Emacs") >> >> Move to previous line. > > OK. Note that this is coming straight out of Guile's 'pretty-print'... > that's Guile's developers style, not mine :-) Pretty-print is quite rudimentary in fact, and not extensible, so it doesn=E2=80=99t accurately reflect the tastes of Guile developers. :-) > From a91182ee7d09c66a3f7b8f85b2ead4e282243d1a Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Wed, 30 Dec 2015 00:47:29 +0100 > Subject: [PATCH 6/8] gnu: Add emacs-slime. > > * gnu/packages/emacs.scm (emacs-slime): New variable. Modulo slime-refcard.pdf, which would be best to take from the source if possible, it LGTM! Thanks, Ludo=E2=80=99.