We are Neanderthals!

2015-09-25 Thread Pjotr Prins
Only antique Neanderthals type two spaces after a period: http://www.berkeleybreathed.com/signed-strips-store/57-two-spaces

Re: [PATCH] emacs: build-log: Improve regexp for the phase end.

2015-09-25 Thread Alex Kost
Ludovic Courtès (2015-09-24 22:34 +0300) wrote: > Alex Kost skribis: > >> I've noticed that some¹ logs on hydra have lines like this one: >> >> phase `install-locale' succeeded after 0.0 seconds >> >> while usually² it is: >> >> phase `install-locale' succeeded after 0 seconds > > Yes, this h

[PATCH] emacs: devel: Highlight 'modify-phases' keywords.

2015-09-25 Thread Alex Kost
Hello, I would like to add a usual keyword highlighting for some Guix things (substitute-keyword-arguments, with-directory-excursion, etc.). But this one is unusual, as along with 'modify-phases' itself, its keywords ('add-after', 'delete', …) will also be highlighted. IMO this will make the code

Re: We are Neanderthals!

2015-09-25 Thread Ricardo Wurmus
> Only antique Neanderthals type two spaces after a period: Oh, so we are the more modern Neanderthals then, compared to the common neolithic Neanderthals. I take that as a compliment ;) —— Emacs users have a good reason to use two spaces between sentences: ‘forward-sentence’ (M-e, M-a) uses ‘s

Re: R and R modules (and a Ruby twist)

2015-09-25 Thread Ricardo Wurmus
Pjotr Prins writes: > On Thu, Sep 24, 2015 at 11:40:57AM +0200, Ricardo Wurmus wrote: >> Maybe it would be best to append the R version to the site-library >> directory. I don’t think we should go further than that and bring in >> the Guix hash, because I’m willing to trust that packages built

Re: [PATCH] Add python2-seqmagick.

2015-09-25 Thread Ricardo Wurmus
Ben Woodcroft writes: >>> + ("python-biopython" ,python2-biopython))) >> And this looks like it should be a propagated input instead. Have you >> tried running seqmagick after installing it with this package recipe? I >> found that Python executables often require either propagated input

Re: [PATCH 1/2] lint: Check non-translated package descriptions.

2015-09-25 Thread Ludovic Courtès
Mathieu Lirzin skribis: > From 76f98cfc1567450913394ca871ebce40c8ed70e2 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Fri, 25 Sep 2015 00:37:36 +0200 > Subject: [PATCH] lint: Fix missing warning symbol. > > * guix/scripts/lint.scm (check-description-style): Set 'field' parameter > wh

Re: [PATCH] emacs: devel: Highlight 'modify-phases' keywords.

2015-09-25 Thread Ludovic Courtès
Alex Kost skribis: > Hello, I would like to add a usual keyword highlighting for some Guix > things (substitute-keyword-arguments, with-directory-excursion, etc.). > > But this one is unusual, as along with 'modify-phases' itself, its > keywords ('add-after', 'delete', …) will also be highlighted

Re: [PATCH] Add Gajim.

2015-09-25 Thread Ricardo Wurmus
Mark H Weaver writes: >> * gnu/packages/python.scm (python-ipaddress, python2-ipaddress): New >> variables. [...] > > Hmm, but we already have Python 3.4, and this package seems to be built > with it, so I'm confused :) > > In any case, it would be good to describe what the ipaddress module d

Re: [PATCH] Gracefully handle incompatible locale data

2015-09-25 Thread Carlos O'Donell
On 09/24/2015 12:12 PM, Ludovic Courtès wrote: > Ondřej, I think we have been miscommunicating. > > I noticed that a program linked against 2.21 or earlier would abort with > an assertion failure when it stumbles upon 2.22 locale data. > > All the patch tries to do is change the abort to EINVAL (

First guix impressions

2015-09-25 Thread goglosh
Hello. I am currently a new user of the GuixSD system. I am also a rather new user of the whole *NIX familly. I have been using it for less than a week, with no few surprises. I write this to lay down in an organized (sort of) manner my thoughts and first impressions about the system and those iss

Re: [PATCH 1/2] lint: Check non-translated package descriptions.

2015-09-25 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm >> index b0427f7..0adb3bf 100644 >> --- a/guix/scripts/lint.scm >> +++ b/guix/scripts/lint.scm >> @@ -146,11 +146,11 @@ monad." >>(define (check-texinfo-markup desc

Re: [PATCH] Add python2-seqmagick.

2015-09-25 Thread Ben Woodcroft
Thanks for that Ricardo. One question though. On 26/09/15 00:09, Ricardo Wurmus wrote: [..] (although the PYTHONPATH is a little too broad as you also noted). I was wondering whether including the native-inputs breaks reproducibility. For instance, if we install seqmagick through a substitut

Re: [PATCH] Add MARS shooter.

2015-09-25 Thread Christopher Allan Webber
Thompson, David writes: > No, upstream needs to fix their invalid Content-Type header. We've > had this problem a few times, most recently with rubygems.org, and in > all cases we've gotten upstream to fix it. Strict header parsing can > seem like an issue at times, but it's really a very good f

Re: Service refactoring

2015-09-25 Thread Christopher Allan Webber
Ludovic Courtès writes: > "Thompson, David" skribis: > >> On Mon, Sep 21, 2015 at 12:00 PM, Ludovic Courtès wrote: >>> Andy Wingo skribis: >>> On Sun 20 Sep 2015 15:42, l...@gnu.org (Ludovic Courtès) writes: > I’m quite happy with the result, but comments are welcome! I’ll conver

Re: Icecat vs. iceweasel

2015-09-25 Thread Christopher Allan Webber
Ludovic Courtès writes: > Andreas Enge skribis: > >> there are a number of sites for which I still need to use iceweasel, since >> icecat will not work on them. > > AFAIK the main difference between these two is the set of plugins > installed by default. Otherwise it’s essentially the same thing

Re: Hack the (init) system!

2015-09-25 Thread Christopher Allan Webber
Ludovic Courtès writes: >> So, I think we have two choices: >> >> 1. Avoid threads in dmd, i.e. either refrain from adding this REPL >>server feature, or re-implement it in a way that avoids threads. >> >> 2. Avoid 'primitive-fork' in dmd, which means reimplementing >>'fork+exec-command' i

Re: FOSDEM 2016: Call for Participation

2015-09-25 Thread Pjotr Prins
Would it be worth contacting the other GNU projects that use Guile? Can someone put this announcement on the Guile mailing list? Pj. On Fri, Sep 25, 2015 at 06:53:38AM +0200, Pjotr Prins wrote: > FOSDEM Dev track deadline Oct. 9th. The more talk proposals we have > for Guile/Guix, the better: >