Re: Emacs interface for Guix

2014-07-26 Thread Alex Kost
Ludovic Courtès (2014-07-26 00:36 +0400) wrote: [...] > Namely, (guix scripts package) needs to be made more modular, and the > generic bits must be moved to (guix profiles). Now that there’s a > second consumer for this API, there’s more of an incentive to do it. > > I’m willing to help for tha

New Czech PO file for 'guix' (version 0.7-pre1)

2014-07-26 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix' has been submitted by the Czech team of translators. The file is available at: http://translationproject.org/latest/guix/cs.po (We can arrange things so that in the f

Re: Emacs interface for Guix

2014-07-26 Thread Ludovic Courtès
Alex Kost skribis: > (“package->manifest-entry” from “options->installable” would be very > useful for example) Commit 462f5cc makes it public. Ludo’.

Re: [PATCH] gnu: Add orpheus.

2014-07-26 Thread Ludovic Courtès
Eric Bavier skribis: > From 9ffcb2c959be8187c11e5b9d9f29debba57b2c4a Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 24 Jul 2014 23:40:44 -0500 > Subject: [PATCH] gnu: Add orpheus. > > * gnu/packages/orpheus.scm: New file. > * gnu/packages/patches/orpheus-cast-errors-and-includes.patch

Re: Things to do for 0.8

2014-07-26 Thread Ludovic Courtès
Another one: - httpd or similar installed on hydra.gnu.org, with caching for the .narinfo pages, after which wip-http-pipelining can be merged. Ludo’.

Re: [PATCH] gnu: Add texi2html.

2014-07-26 Thread Ludovic Courtès
Eric Bavier skribis: > From e2a9c7cd9015e0ff09b5b3918797b3a64394fea2 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Fri, 25 Jul 2014 16:37:44 -0500 > Subject: [PATCH] gnu: Add texi2html. > > * gnu/packages/texinfo.scm (texi2html): New variable. > * gnu/packages/patches/texi2html-document-e

[PATCH] guix: Fix handling of periods by fill-paragraph.

2014-07-26 Thread Cyrill Schenkel
Hi. This is a fix for the bug #17468. >From 9fc7a445ad0249c0f4824b5f5338aa9aa6c16237 Mon Sep 17 00:00:00 2001 From: Cyrill Schenkel Date: Sun, 27 Jul 2014 00:00:09 +0200 Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. * guix/ui.scm (fill-paragraph): Two spaces after period and

Re: [PATCH] guix: Fix handling of periods by fill-paragraph.

2014-07-26 Thread Cyrill Schenkel
Hi. There was invalidly indented code in my previously sent patch. So here's an updated version. From 2dc0cb0eaafbcfce062f4d0acbc7e5cad200bfbf Mon Sep 17 00:00:00 2001 From: Cyrill Schenkel Date: Sun, 27 Jul 2014 00:03:16 +0200 Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. *

Re: [PATCH] guix: Fix handling of periods by fill-paragraph.

2014-07-26 Thread Ludovic Courtès
Cyrill Schenkel skribis: > From 2dc0cb0eaafbcfce062f4d0acbc7e5cad200bfbf Mon Sep 17 00:00:00 2001 > From: Cyrill Schenkel > Date: Sun, 27 Jul 2014 00:03:16 +0200 > Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. > > * guix/ui.scm (fill-paragraph): Two spaces after period and no

Re: [PATCH] guix: Fix handling of periods by fill-paragraph.

2014-07-26 Thread Cyrill Schenkel
l...@gnu.org (Ludovic Courtès) writes: > Cyrill Schenkel skribis: > >> From 2dc0cb0eaafbcfce062f4d0acbc7e5cad200bfbf Mon Sep 17 00:00:00 2001 >> From: Cyrill Schenkel >> Date: Sun, 27 Jul 2014 00:03:16 +0200 >> Subject: [PATCH] guix: Fix handling of periods by fill-paragraph. >> >> * guix/ui.scm