Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ben Woodcroft
On 14/01/16 21:30, Ricardo Wurmus wrote: Ben Woodcroft writes: On 14/01/16 20:31, Ricardo Wurmus wrote: This breaks two of the cran importer tests: (test-equal "beautify-description: use double spacing" "This is a package. It is great. Trust me Mr. Hendrix." ((@@ (guix import cr

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 14/01/16 20:31, Ricardo Wurmus wrote: >> This breaks two of the cran importer tests: >> >> (test-equal "beautify-description: use double spacing" >>"This is a package. It is great. Trust me Mr. Hendrix." >>((@@ (guix import cran) beautify-description) >>

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ben Woodcroft
On 14/01/16 20:31, Ricardo Wurmus wrote: Ben Woodcroft writes: On 11/01/16 07:17, Ludovic Courtès wrote: Ben Woodcroft skribis: From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 6 Jan 2016 00:09:19 +1000 Subject: [PATCH 1/2] import:

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 11/01/16 07:17, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> >>> From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 >>> From: Ben Woodcroft >>> Date: Wed, 6 Jan 2016 00:09:19 +1000 >>> Subject: [PATCH 1/2] import: cran: Move beautify-descr

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ben Woodcroft
On 11/01/16 07:17, Ludovic Courtès wrote: Ben Woodcroft skribis: From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 6 Jan 2016 00:09:19 +1000 Subject: [PATCH 1/2] import: cran: Move beautify-description to utils module. * guix/import/cran

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-10 Thread Ludovic Courtès
Ben Woodcroft skribis: > From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Wed, 6 Jan 2016 00:09:19 +1000 > Subject: [PATCH 1/2] import: cran: Move beautify-description to utils module. > > * guix/import/cran.scm (beautify-description): Move fro

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-09 Thread Ludovic Courtès
Federico Beffa skribis: > On Tue, Jan 5, 2016 at 11:17 PM, Ludovic Courtès 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

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-09 Thread Alex Kost
Federico Beffa (2016-01-09 13:30 +0300) wrote: > On Tue, Jan 5, 2016 at 11:17 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: >>> + (add-before 'install 'install-doc >>> + (lambda* (#:key outputs #:allow-other-keys) >>> + (let* ((out (assoc-ref outputs "out"))

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-09 Thread Federico Beffa
On Tue, Jan 5, 2016 at 11:17 PM, Ludovic Courtès wrote: > Federico Beffa skribis: >> + (add-before 'install 'install-doc >> + (lambda* (#:key outputs #:allow-other-keys) >> + (let* ((out (assoc-ref outputs "out")) >> +(info-dir (string-append out

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-05 Thread Ludovic Courtès
Federico Beffa skribis: > From e3dd3f2235b9aed36d213f68ea767225ec8ebd61 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Wed, 30 Dec 2015 00:47:29 +0100 > Subject: [PATCH 6/6] gnu: Add emacs-slime. > > * gnu/packages/emacs.scm (emacs-slime): New variable. [..

[PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-05 Thread Ben Woodcroft
On 02/01/16 01:04, Ricardo Wurmus wrote: Ben Woodcroft writes: On 01/01/16 18:25, Ricardo Wurmus wrote: Alex Kost writes: Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: Ben Woodcroft writes: Do you know though, is there any way to get emacs to insert the extra space in description s

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-01 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 01/01/16 18:25, Ricardo Wurmus wrote: >> Alex Kost writes: >> >>> Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: >>> Ben Woodcroft writes: > Do you know though, is there any way to get emacs to insert the extra > space in description strings and com

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-01 Thread Ben Woodcroft
On 01/01/16 18:25, Ricardo Wurmus wrote: Alex Kost writes: Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: Ben Woodcroft writes: Do you know though, is there any way to get emacs to insert the extra space in description strings and comments automatically (without it messing things up of

Re: [PATCH 6/6] gnu: Add emacs-slime.

2016-01-01 Thread Ricardo Wurmus
Alex Kost writes: > Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: > >> Ben Woodcroft writes: >> >>> Do you know though, is there any way to get emacs to insert the extra >>> space in description strings and comments automatically (without it >>> messing things up of course). Perhaps we should

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Alex Kost
Ricardo Wurmus (2015-12-31 12:52 +0300) wrote: > Ben Woodcroft writes: > >> Do you know though, is there any way to get emacs to insert the extra >> space in description strings and comments automatically (without it >> messing things up of course). Perhaps we should modify the importers to >> in

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Alex Kost
Federico Beffa (2015-12-31 13:32 +0300) wrote: > On Thu, Dec 31, 2015 at 11:17 AM, Alex Kost wrote: >> Federico Beffa (2015-12-30 20:33 +0300) wrote: >> >> [...] >>> +(arguments >>> + `(#:phases >>> + (modify-phases %standard-phases >>> + (add-before 'install 'configure >>>

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Alex Kost
Also don't forget about "guix lint emacs-slime" ;-) > +(define-public emacs-slime > + (package > +(name "emacs-slime") > +(version "2.15") > +(source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/slime/slime/archive/v";

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Federico Beffa
On Thu, Dec 31, 2015 at 11:17 AM, Alex Kost wrote: > Federico Beffa (2015-12-30 20:33 +0300) wrote: > > [...] >> +(define-public emacs-slime >> + (package >> +(name "emacs-slime") >> +(version "2.15") >> +(source >> + (origin >> + (method url-fetch) >> + (uri (string-a

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Alex Kost
Federico Beffa (2015-12-30 20:33 +0300) wrote: [...] > +(define-public emacs-slime > + (package > +(name "emacs-slime") > +(version "2.15") > +(source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/slime/slime/archive/v";

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Ricardo Wurmus
Ben Woodcroft writes: > Do you know though, is there any way to get emacs to insert the extra > space in description strings and comments automatically (without it > messing things up of course). Perhaps we should modify the importers to > insert this automatically in the description field.

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-31 Thread Federico Beffa
is > automatically in the description field. I do not know. Thanks, Fede From e3dd3f2235b9aed36d213f68ea767225ec8ebd61 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 30 Dec 2015 00:47:29 +0100 Subject: [PATCH 6/6] gnu: Add emacs-slime. * gnu/packages/emacs.scm (ema

Re: [PATCH 6/6] gnu: Add emacs-slime.

2015-12-30 Thread Ben Woodcroft
Hi Federico, I'm just idly clicking though emails and I note that the description doesn't contain 2 spaces after the full stops - so not a proper review. Do you know though, is there any way to get emacs to insert the extra space in description strings and comments automatically (without it

[PATCH 6/6] gnu: Add emacs-slime.

2015-12-30 Thread Federico Beffa
From 14703a61bb5f95134b86ceaab0144ffcb23d1a3b Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 30 Dec 2015 00:47:29 +0100 Subject: [PATCH 6/6] gnu: Add emacs-slime. * gnu/packages/emacs.scm (emacs-slime): New variable. --- gnu/packages/emacs.scm | 61