Re: [PATCH 0/2] Add sxhkd and bspwm.

2015-10-16 Thread RW. S
Awesome! Thanks! :) On Sat, Oct 17, 2015 at 3:57 AM, Alex Kost wrote: > xd1le (2015-10-10 14:06 +0300) wrote: > >> xd1le (2): >> gnu: sxhkd: New variable. >> gnu: bspwm: New variable. >> >> gnu/packages/wm.scm | 34 ++ >> gnu/packages/xdisorg.scm | 34 +++

[PATCH] emacs: devel: Highlight Guix keywords.

2015-10-16 Thread Alex Kost
Please tell if I missed keywords that should be highlighted (or if I added the ones that shouldn't) >From 31e50a4a0d381a8582eb59d14897b40afd09b94f Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 16 Oct 2015 23:38:38 +0300 Subject: [PATCH] emacs: devel: Highlight Guix keywords. * emacs/guix-d

Re: failing packages

2015-10-16 Thread Andreas Enge
How about non-sequencer? http://hydra.gnu.org/build/725259/nixlog/1/tail-reload It fails with messages g++: error: unrecognized command line option ‘-msse2’ g++: error: unrecognized command line option ‘-mfpmath=sse’ g++: error: unrecognized command line option ‘-msse2’ g++: error:

Re: failing packages

2015-10-16 Thread Andreas Enge
On Tue, Oct 06, 2015 at 12:48:12PM +0300, Efraim Flashner wrote: > chicken: > guix refresh -l chicken: no dependant packages. > Has not built successfully since early May. > x86_64: http://hydra.gnu.org/build/701776/nixlog/1 (~1900 lines) runtime tests > timed out > armhf: http://hydra.gnu.org/buil

[PATCH] build: Do not clobber existing files when bind mounting.

2015-10-16 Thread Thompson, David
This really bit me while trying to wrap up the tests for 'guix environment --container'. Thanks to Ludovic for tracking this down! - Dave From 482a31152260f48d1e96ffe74a2b1a9898d5f09c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 16 Oct 2015 14:00:00 -0400 Subject: [PATCH] build: Do n

Re: [PATCH] gnu: guix: Set 'guix-dot-program' emacs variable.

2015-10-16 Thread Alex Kost
Ludovic Courtès (2015-10-16 11:20 +0300) wrote: > Alex Kost skribis: > >> What about modifying ‘guix’ package to make various "View graph" actions >> in "M-x guix" work by default (without installing graphviz)? > > I would rather change Guix itself: What about adding ‘guix-dot-program’ > to guix-

Re: Registering GC roots

2015-10-16 Thread Andreas Enge
Hello, I am not in favour of being asked questions when using the guix commands. Andreas

[PATCH] doc: emacs: Document "View graph" popup action.

2015-10-16 Thread Alex Kost
Ludovic Courtès (2015-10-16 11:16 +0300) wrote: > Alex Kost skribis: > >> From 79027171c9be2cececde951caf54758c4e1bb8f5 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Thu, 15 Oct 2015 22:10:32 +0300 >> Subject: [PATCH] emacs: Add "View graph" actions to system graph commands. >> >> * emacs

[PATCH] emacs: Improve file names of generated graphs.

2015-10-16 Thread Alex Kost
Ludovic Courtès (2015-10-16 11:16 +0300) wrote: > Alex Kost skribis: > [...] >> +@item guix-dot-file-name-function >> +Function used to define a name of the generated graph file. Default >> +name is @file{/tmp/graph-XX.png}. > > Not related to this patch either, but we might consider changin

Re: [PATCH] emacs: init: Add "share/emacs/site-lisp" to 'load-path'.

2015-10-16 Thread Alex Kost
Ludovic Courtès (2015-10-16 11:34 +0300) wrote: > Alex Kost skribis: > >> From 5e03db3f31086b3cad95fc56f4f1b7da8a2f4912 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Thu, 15 Oct 2015 23:41:27 +0300 >> Subject: [PATCH] emacs: init: Add "share/emacs/site-lisp" to 'load-path'. >> MIME-Versio

Re: [PATCH 0/2] Add sxhkd and bspwm.

2015-10-16 Thread Alex Kost
xd1le (2015-10-10 14:06 +0300) wrote: > xd1le (2): > gnu: sxhkd: New variable. > gnu: bspwm: New variable. > > gnu/packages/wm.scm | 34 ++ > gnu/packages/xdisorg.scm | 34 ++ > 2 files changed, 68 insertions(+) Since there

Re: Registering GC roots

2015-10-16 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Like having ‘guix gc’ ask “Are you sure you want to collect garbage?”, > with the option to bypass it with, say, ‘guix gc -f’? > > With my biased old-timer’s viewpoint ;-), I would tend to believe that > the documentation is clear about what it means to col

Re: GuixSD and free hardware

2015-10-16 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Gammel Holte skribis: > >> I would like to draw your attention to new Rockchip ARM machines (e.g. Asus >> C201). These are very cheap, easy to reflash and can be run without any >> blobs (except 3D acceleration, unless the Lima driver gets finis

Re: Registering GC roots

2015-10-16 Thread Alex Vong
On 16/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 16/10/2015, Ludovic Courtès wrote: >>> Alex Vong skribis: >>> Talking about interactive CLIs, in general I am not a fan of it too, especially after you get used to the program. That's why I am using plain apt-get

[PATCH] Add MOSAIK.

2015-10-16 Thread Ricardo Wurmus
>From 2f5755ddad550cf811f97ad6889eea2a7171a1c3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 16 Oct 2015 17:41:07 +0200 Subject: [PATCH] gnu: Add MOSAIK. * gnu/packages/bioinformatics.scm (mosaik): New variable. --- gnu/packages/bioinformatics.scm | 46

Re: Registering GC roots

2015-10-16 Thread Ludovic Courtès
Alex Vong skribis: > On 16/10/2015, Ludovic Courtès wrote: >> Alex Vong skribis: >> >>> Talking about interactive CLIs, in general I am not a fan of it too, >>> especially after you get used to the program. That's why I am using >>> plain apt-get instead of aptitude which uses ncurses. However,

Re: [PATCH 13/43] gnu: ghc-old-time: Add variable.

2015-10-16 Thread Paul van der Walt
On 2015-10-16 at 15:29, quoth Efraim Flashner: >> +(description >> + "Package for backwards compatibility with the old time library. For >> new >> +projects, the newer time library >> is > ^^^ > I think we have a new way of

[PATCH] Add python-statsmodels.

2015-10-16 Thread Ricardo Wurmus
Hi Guix, the attached patch adds python{,2}-statsmodels to statistics.scm. Note that this depends on my previous patch adding patsy to the same module. ~~ Ricardo >From 33ddc045065722a0bac9b28ad909e838b169d7cb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 13 Oct 2015 13:28:58 +0200

Re: [PATCH 13/43] gnu: ghc-old-time: Add variable.

2015-10-16 Thread Efraim Flashner
On Thu, 15 Oct 2015 14:21:07 +0200 Paul van der Walt wrote: > * gnu/packages/haskell.scm (ghc-old-time): New variable. > --- > gnu/packages/haskell.scm | 36 > 1 file changed, 36 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.

Re: [PATCH 0/2] native-search-paths for GHC

2015-10-16 Thread Eric Bavier
Hello Guix, With all the Haskell packages that have made their way to the list, I was wondering if anyone had any further comments on these patches. `~Eric On 2015-10-06 16:26, ericbav...@openmailbox.org wrote: From: Eric Bavier The first of these patches lets search-path-as-list function

[PATCH 06/21] gnu: Add ghc-cgi.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-cgi): New variable. --- gnu/packages/haskell.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 908a87c..72ab311 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 21/21] gnu: Add raincat platform game.

2015-10-16 Thread Paul van der Walt
* gnu/packages/games.scm (raincat): New variable. --- gnu/packages/games.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index dfaf838..1b1cda6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/gam

[PATCH 17/21] gnu: Add ghc-glut.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-glut): New variable. --- gnu/packages/haskell.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9aa6593..97b518e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 18/21] gnu: Add ghc-sdl.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-sdl): New variable. --- gnu/packages/haskell.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 97b518e..e8e4e8e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pac

[PATCH 16/21] gnu: Add ghc-opengl.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-opengl): New variable. --- gnu/packages/haskell.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 21366e2..9aa6593 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/package

[PATCH 15/21] gnu: Add ghc-objectname.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-objectname): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e196278..21366e2 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 13/21] gnu: Add ghc-openglraw.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-openglraw): New variable. --- gnu/packages/haskell.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 498..3877398 100644 --- a/gnu/packages/haskell.scm +++ b/g

[PATCH 07/21] gnu: Add ghc-html.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-html): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 72ab311..7623ea9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell

[PATCH 01/21] gnu: Add ghc-haddock-library.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-haddock-library): New variable. --- gnu/packages/haskell.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 5af933d..95c1e31 100644 --- a/gnu/packages/haskell.scm +++ b/gn

[PATCH 02/21] gnu: Add ghc-haddock-api.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-haddock-api): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 95c1e31..6e683ca 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/package

[PATCH 08/21] gnu: Add ghc-haskell-src.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-haskell-src): New variable. --- gnu/packages/haskell.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7623ea9..acaccd0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pac

[PATCH 09/21] gnu: Add ghc-xhtml.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-xhtml): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index acaccd0..e6c2b54 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell

[PATCH 12/21] gnu: Add ghc-half.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-half): New variable. --- gnu/packages/haskell.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1032133..498 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.s

[PATCH 19/21] gnu: Add ghc-sdl-mixer.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-sdl-mixer): New variable. --- gnu/packages/haskell.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e8e4e8e..d21f151 100644 --- a/gnu/packages/haskell.scm ++

[PATCH 03/21] gnu: Add ghc-haddock.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-haddock): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6e683ca..60bbb41 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 20/21] gnu: Add ghc-sdl-image.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-sdl-image): New variable. --- gnu/packages/haskell.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d21f151..c8d64f6 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 11/21] gnu: Add ghc-regex-compat.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-regex-compat): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e75af99..1032133 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packag

[PATCH 05/21] gnu: Add ghc-multipart.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-multipart): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6c5833c..908a87c 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 14/21] gnu: Add ghc-gluraw.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-gluraw): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3877398..e196278 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 10/21] gnu: Add ghc-regex-posix.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-regex-posix): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e6c2b54..e75af99 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 04/21] gnu: Add ghc-alex.

2015-10-16 Thread Paul van der Walt
* gnu/packages/haskell.scm (ghc-alex): New variable. --- gnu/packages/haskell.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 60bbb41..6c5833c 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

Re: Registering GC roots

2015-10-16 Thread Alex Vong
On 16/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> Talking about interactive CLIs, in general I am not a fan of it too, >> especially after you get used to the program. That's why I am using >> plain apt-get instead of aptitude which uses ncurses. However, I will >> say it is sometim

Re: [PATCH 11/12] gnu: Add python-oslo.log.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-oslo.log, > python2-oslo.log): New variables. [...] > + (home-page "http://launchpad.net/oslo";) > + (synopsis "Oslo logging API") What about “Python logging library of the Oslo project”? > + (description > +"The oslo.lo

Re: [PATCH 12/12] gnu: Add python-tempest-lib.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-tempest-lib, > python2-tempest-lib): New variables. [...] > +(inputs > + `(("python-babel" ,python-babel) > +("python-fixtures" ,python-fixtures) > +("python-httplib2" ,python-httplib2) > +("python

Re: [PATCH 09/12] gnu: Add python-os-testr.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-ostestr, > python2-ostestr): New variables. OK

Re: [PATCH 10/12] gnu: paramiko: Move python-pycrypto to the propagated inputs.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-paramiko): Move python-pycrypto to the > propagated-inputs. OK

Re: [PATCH 08/12] gnu: Add python-oslosphinx.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-oslosphinx, > python2-oslosphinx): New variables. [...] > +(synopsis "OpenStack Sphinx Extensions and Theme") Lowercase. > +(description > + "Theme and extension support for Sphinx documentation from the > OpenStac

Re: [PATCH 07/12] gnu: Add python-hacking.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-hacking, > python2-hacking): New variables. [...] > +(home-page "http://github.com/openstack-dev/hacking";) > +(synopsis "OpenStack Hacking Guideline Enforcement") Lowercase please, except for “OpenStack.” > +(descri

Re: [PATCH 06/12] gnu: Add python-flake8-2.2.4

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-flake8-2.2.4, > python2-flake8-2.2.4): New variables. OK

Re: [PATCH 05/12] gnu: Add python-mccabe 0.2.1

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-mccabe-0.2.1, > python2-mccabe-0.2.1): New variables. OK

Re: [PATCH 04/12] gnu: Update python-requests.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0. OK

Re: GuixSD and free hardware

2015-10-16 Thread Gammel Holte
On Thu, Oct 15, 2015 at 10:51 PM, Christopher Allan Webber < cweb...@dustycloud.org> wrote: > Along these lines, it might be interesting if we can get more of the > guix "core" packages in Guix paired down in size. It's unlikely that > I'm going to be building packages on a neo900 or etc, but I m

Re: GuixSD and free hardware

2015-10-16 Thread Gammel Holte
On Fri, Oct 16, 2015 at 9:32 AM, Ludovic Courtès wrote: > I think many of us are interested in having GuixSD on those devices. > > Mark recently ported GuixSD to mips, which allowed him to identify > architecture-specific assumptions need to be addressed. That was an > important first step. > >

Re: Plan for 0.9.0

2015-10-16 Thread Alex Vong
On 16/10/2015, Mathieu Lirzin wrote: > Alex Vong writes: > >> Talking about interactive CLIs, in general I am not a fan of it too, >> especially after you get used to the program. That's why I am using >> plain apt-get instead of aptitude which uses ncurses. However, I will >> say it is sometimes

Re: [PATCH 01/12] guix: download: properly detect https when mirror:// is used.

2015-10-16 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/download.scm (url-fetch): fix need-gnutls? which always returned #f > when > a URL with "mirror://" scheme was used. [...] >(define need-gnutls? > -;; True if any of the URLs need TLS support. Please keep/adjust the comment. > -(let ((https? (cu

Re: [PATCH 2/2] gnu: Add evilwm.

2015-10-16 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/wm.scm (evilwm): New variable. [...] > + 'build 'provide-better-default-font > + (lambda _ > + ;; The "fixed" font is contained in the set of fonts > +

Re: [PATCH] emacs: init: Add "share/emacs/site-lisp" to 'load-path'.

2015-10-16 Thread Ludovic Courtès
Alex Kost skribis: > From 5e03db3f31086b3cad95fc56f4f1b7da8a2f4912 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 15 Oct 2015 23:41:27 +0300 > Subject: [PATCH] emacs: init: Add "share/emacs/site-lisp" to 'load-path'. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Conten

Re: [PATCH 1/2] gnu: Add xlsfonts.

2015-10-16 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/xorg.scm (xlsfonts): New variable. Sure, thanks! Ludo'.

Re: GuixSD and free hardware

2015-10-16 Thread Ludovic Courtès
Hello! Gammel Holte skribis: > I would like to draw your attention to new Rockchip ARM machines (e.g. Asus > C201). These are very cheap, easy to reflash and can be run without any > blobs (except 3D acceleration, unless the Lima driver gets finished). They > don't even need CPU microcdes. Paul

Re: GuixSD and free hardware

2015-10-16 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Oct 15, 2015, at 17:51, Christopher Allan Webber wrote: >> Along these lines, it might be interesting if we can get more of the >> guix "core" packages in Guix paired down in size. It's unlikely that >> I'm going to be building packages on a neo900 or etc, but I m

Re: [PATCH] gnu: guix: Set 'guix-dot-program' emacs variable.

2015-10-16 Thread Ludovic Courtès
Alex Kost skribis: > What about modifying ‘guix’ package to make various "View graph" actions > in "M-x guix" work by default (without installing graphviz)? I would rather change Guix itself: What about adding ‘guix-dot-program’ to guix-config.el.in, set to "@DOT_USER_PROGRAM@" (which doesn’t ex

Re: [PATCH] emacs: Disambiguate "d" key in 'system' popup.

2015-10-16 Thread Ludovic Courtès
Alex Kost skribis: > Currently in "M-x guix RET system" there are 2 "d" keys: for 'dmd-graph' > and for 'disk-image'. I think since there is already a capital "V" for > 'vm-image', it's OK to use a capital "D" for 'disk-image'. WDYT? Yes, sounds good! Ludo’.

Re: [PATCH] emacs: Add "View graph" actions to system graph commands.

2015-10-16 Thread Ludovic Courtès
Alex Kost skribis: > From 79027171c9be2cececde951caf54758c4e1bb8f5 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 15 Oct 2015 22:10:32 +0300 > Subject: [PATCH] emacs: Add "View graph" actions to system graph commands. > > * emacs/guix-command.el (guix-command-additional-execute-argument

Registering GC roots

2015-10-16 Thread Ludovic Courtès
Alex Vong skribis: > Talking about interactive CLIs, in general I am not a fan of it too, > especially after you get used to the program. That's why I am using > plain apt-get instead of aptitude which uses ncurses. However, I will > say it is sometimes useful. For example, in git clean, there is

Re: Plan for 0.9.0

2015-10-16 Thread Mathieu Lirzin
Alex Vong writes: > Talking about interactive CLIs, in general I am not a fan of it too, > especially after you get used to the program. That's why I am using > plain apt-get instead of aptitude which uses ncurses. However, I will > say it is sometimes useful. Isn't ‘apt-get upgrade’ interactive