Federico Beffa <be...@ieee.org> skribis: > On Tue, Jan 5, 2016 at 11:17 PM, Ludovic Courtès <l...@gnu.org> wrote:
[...] >> 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’t accurately reflect the tastes of Guile developers. :-) > From a91182ee7d09c66a3f7b8f85b2ead4e282243d1a Mon Sep 17 00:00:00 2001 > From: Federico Beffa <be...@fbengineering.ch> > 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’.