Re: [PATCH 1/2] emacs: Simplify defining package ID in a list buffer.

2015-06-22 Thread Ludovic Courtès
Alex Kost skribis: > From baad22cdd084b2981f6dddbb3a11a7375c5768af Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 19 Jun 2015 21:47:31 +0300 > Subject: [PATCH 1/2] emacs: Simplify defining package ID in a list buffer. > > * emacs/guix-list.el: Always retrieve 'package-id' parameter for

Re: [PATCH 2/2] emacs: Add "edit" command to a list of packages.

2015-06-22 Thread Ludovic Courtès
Alex Kost skribis: > From 387e91bfc31f31eb983d8a6589c442d7138ab6aa Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 19 Jun 2015 21:57:04 +0300 > Subject: [PATCH 2/2] emacs: Add "edit" command to a list of packages. > > * emacs/guix-base.el (guix-edit-package): New function. > * emacs/guix

Re: emacs packages

2015-06-22 Thread Federico Beffa
On Sun, Jun 21, 2015 at 11:12 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> On Fri, Jun 19, 2015 at 2:13 PM, Ludovic Courtès wrote: > guix.el already takes care of that (info "(guix) Emacs Initial Setup"), > so that should be enough. Unfortunately this doesn't work

Re: Preparing for core-updates merge

2015-06-22 Thread Ludovic Courtès
Mark merged ‘core-updates’ yesterday (thanks!). Please report any issues. Ludo’.

Re: The reason why gst-libav is broken on x86_64

2015-06-22 Thread Ludovic Courtès
Mark H Weaver skribis: > FYI, I investigated the problem with gst-libav on x86_64, and it turns > out that it began when we updated nettle from 2.7 to 3.1, the latter of > which is configured with --enable-fat. For details, see my post on > bug-nettle: > > http://lists.lysator.liu.se/pipermail

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-06-22 Thread Federico Beffa
On Sun, Jun 21, 2015 at 10:40 PM, Alex Kost wrote: >> new file mode 100644 >> index 000..da2b594 >> --- /dev/null >> +++ b/guix/build-system/emacs.scm > [...] >> +#:tests? ,tests? >> +#:phases ,phases >> +#:outputs %outputs >> +

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-06-22 Thread Mathieu Lirzin
Federico Beffa writes: > I'm following the Emacs behavior. Is there a convention to suppress > all spaces (in spite of what Emacs does)? 'M-x delete-trailing-whitespace' ? -- Mathieu Lirzin

Re: Guix package steps

2015-06-22 Thread Daniel Pimentel
On 2015-06-22 03:09, Mark H Weaver wrote: Daniel Pimentel writes: On 2015-06-17 00:57, Mark H Weaver wrote: Daniel Pimentel writes: I tried create new packages (ipcalc, nmap, xfburn and others) but without success. My steps (based on talk GNU Guix packaging by Andreas Enge): 0. Git clone

Re: Guix package steps

2015-06-22 Thread Amirouche Boubekki
On 2015-06-22 15:42, Daniel Pimentel wrote: On 2015-06-22 03:09, Mark H Weaver wrote: Daniel Pimentel writes: On 2015-06-17 00:57, Mark H Weaver wrote: Daniel Pimentel writes: I tried create new packages (ipcalc, nmap, xfburn and others) but without success. My steps (based on talk GNU G

Re: [PATCH] gnu/package/pv.scm (pv): New file, new variable

2015-06-22 Thread 韋嘉誠
On Fri, Jun 19, 2015 at 8:51 PM, Claes Wallin (韋嘉誠) wrote: > Argh. Why is there always some small detail you don't notice until you > posted, even in a small file like this? > > Removed commented-out lines. Bump? 0001-gnu-package-pv.scm-pv-New-file-new-variable.patch Description: Binary data

Re: The reason why gst-libav is broken on x86_64

2015-06-22 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> FYI, I investigated the problem with gst-libav on x86_64, and it turns >> out that it began when we updated nettle from 2.7 to 3.1, the latter of >> which is configured with --enable-fat. For details, see my post on >> bug-nett

Re: [PATCH] Integrate the package list in the website.

2015-06-22 Thread Ludovic Courtès
Luis Felipe López Acevedo skribis: > One thing I found is that the page does not validate. "The error was: > utf8 "\xE9" does not map to Unicode" (). > > In my Web browser, the of the page reads "Packages ? > GuixSD". Maybe that question mark has something to do with t

Third party guix repositories could be used for housing guile modules and other things.

2015-06-22 Thread crocket
Guile hasn't had an official repository. That's why guile hasn't accumulated thousands of modules. Since the official gnu guix repository is mainly for GuixSD, it makes sense to make another guix repository for guile modules to be used on multiple linux distributions. I'm not sure if guix works on

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-06-22 Thread Alex Kost
Federico Beffa (2015-06-22 11:51 +0300) wrote: > On Sun, Jun 21, 2015 at 10:40 PM, Alex Kost wrote: >>> new file mode 100644 >>> index 000..da2b594 >>> --- /dev/null >>> +++ b/guix/build-system/emacs.scm >> [...] >>> +#:tests? ,tests? >>> +#:phases ,pha

Re: [PATCHES] Add cogl, clutter, clutter-gtk, and clutter-gst

2015-06-22 Thread Ludovic Courtès
Mark H Weaver skribis: > + `(#:configure-flags (list "--enable-cogl-gst" > + ;; Arrange to pass an absolute pathname to s/pathname/file name/ :-) > + ;; dlopen for libGL.so. > + (string-append "--with-

Re: [PATCH] gnu: Add gom

2015-06-22 Thread Ludovic Courtès
Mark H Weaver skribis: > From 3a095ad57dacaf0e369a70f0241a9f25698e1a0f Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sat, 20 Jun 2015 23:39:18 -0400 > Subject: [PATCH] gnu: Add gom. > > * gnu/packages/gnome.scm (gom): New variable. LGTM! Ludo'.

Re: [PATCHES] Add totem

2015-06-22 Thread Ludovic Courtès
Mark H Weaver skribis: > A few caveats: in order for totem to work properly, you must have > several other packages installed in your profile. I'm not entirely sure > of the full set needed, but I guess it includes: > > grilo > grilo-plugins > gstreamer > gst-plugins-base > gst-plugins

Re: Guix package steps

2015-06-22 Thread Ludovic Courtès
Daniel Pimentel skribis: > -make check -> error: FAIL: tests/lint.scm To complement what Amirouche wrote, please see on how to report test failures. Thanks! Ludo’.

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-06-22 Thread Federico Beffa
On Mon, Jun 22, 2015 at 7:59 PM, Alex Kost wrote: > Federico Beffa (2015-06-22 11:51 +0300) wrote: > >> On Sun, Jun 21, 2015 at 10:40 PM, Alex Kost wrote: new file mode 100644 index 000..da2b594 --- /dev/null +++ b/guix/build-system/emacs.scm >>> [...] +

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-06-22 Thread Thompson, David
On Mon, Jun 22, 2015 at 3:33 PM, Federico Beffa wrote: > > But, my question was NOT: how can I see white spaces. Rather: is there > a Guix coding style "rule" which states that white spaces there are > undesired. > > I personally prefer to have them, because then, if I use M-up/down, I > move to t

Re: emacs packages

2015-06-22 Thread Ludovic Courtès
Federico Beffa skribis: > On Sun, Jun 21, 2015 at 11:12 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: [...] > Unfortunately this doesn't work without modification. The reason is > that I follow the emacs package.el strategy to install each ELPA > package in it's own sub-di

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-22 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules > to the right 'guilesitedir' in the 'post-install' phase. 宋文武 skribis: > The previous patch was intend to fix a issue that manually spawned Guile > doesn't know the geiser module. > > When discuss this issue

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-22 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules >> to the right 'guilesitedir' in the 'post-install' phase. > > 宋文武 skribis: > >> The previous patch was intend to fix a issue that manually spawned Guile >> doesn't know the geiser

Re: emacs packages

2015-06-22 Thread Federico Beffa
On Mon, Jun 22, 2015 at 9:43 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> On Sun, Jun 21, 2015 at 11:12 PM, Ludovic Courtès wrote: >>> Federico Beffa skribis: > > [...] > >> Unfortunately this doesn't work without modification. The reason is >> that I follow the emacs packa

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-06-22 Thread Federico Beffa
On Mon, Jun 22, 2015 at 9:40 PM, Thompson, David wrote: > On Mon, Jun 22, 2015 at 3:33 PM, Federico Beffa wrote: >> >> But, my question was NOT: how can I see white spaces. Rather: is there >> a Guix coding style "rule" which states that white spaces there are >> undesired. >> >> I personally pre