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
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)
>>
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:
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
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
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
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
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"))
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
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.
[..
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
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
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
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
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
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
>>>
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";
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
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";
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.
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
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
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
23 matches
Mail list logo