bug#22981: guix-edit does not find git checkout directory

2016-03-24 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > Alex Kost skribis: > >> Ludovic Courtès (2016-03-14 01:01 +0300) wrote: >> >>> myglc2 skribis: >>> Guix is "stateful" because, to use a git checkout, I have to set "state" variables like ...

bug#22981: guix-edit does not find git checkout directory

2016-03-24 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-03-14 01:01 +0300) wrote: > >> myglc2 skribis: >> >>> Guix is "stateful" because, to use a git checkout, I have to set "state" >>> variables like ... >>> >>> (setq guix-directory "/home/glc/src/guix") >>> >>>

bug#22981: guix-edit does not find git checkout directory

2016-03-14 Thread Alex Kost
Ludovic Courtès (2016-03-14 01:01 +0300) wrote: > myglc2 skribis: > >> Guix is "stateful" because, to use a git checkout, I have to set "state" >> variables like ... >> >> (setq guix-directory "/home/glc/src/guix") >> >> (let ((dir "~/dev/guix/emacs")) >>

bug#22981: guix-edit does not find git checkout directory

2016-03-13 Thread Ludovic Courtès
myglc2 skribis: > Guix is "stateful" because, to use a git checkout, I have to set "state" > variables like ... > > (setq guix-directory "/home/glc/src/guix") > > (let ((dir "~/dev/guix/emacs")) > (add-to-list 'load-path dir) > (setq guix-load-path dir) >

bug#22981: guix-edit does not find git checkout directory

2016-03-13 Thread myglc2
Alex Kost writes: > myglc2 (2016-03-13 05:00 +0300) wrote: > > [...] >> You probably already thought of this: Can guix be made easier to use by >> converting some of the state-full guix configuration into guix recipe >> inputs? > > Sorry, my knowledge in English language is

bug#22981: guix-edit does not find git checkout directory

2016-03-13 Thread Alex Kost
myglc2 (2016-03-13 05:00 +0300) wrote: [...] > Thank you for this great summary. This list + the post you referenced > make me feel better that I am taking so long to figure Guix out ;) > > OTOH, guix as more state-full than I had hoped ;( > > I suggest that you think of it this way: You are

bug#22981: guix-edit does not find git checkout directory

2016-03-12 Thread Alex Kost
myglc2 (2016-03-11 17:45 +0300) wrote: > Alex Kost writes: [...] >> Anyway, you can configure any directory for "M-x guix-edit" by setting >> 'guix-directory' variable. See (info "(guix) Emacs Commands"). It is >> not in the hmtl manual yet. > > But what is the _recommended_

bug#22981: guix-edit does not find git checkout directory

2016-03-11 Thread myglc2
Alex Kost writes: > myglc2 (2016-03-11 00:56 +0300) wrote: > >> Situation: GuixSD sysetm managaed by user glc using a git checkout in >> /home/glc/sre/guix. >> >> Problem: When I follow the manual to set up a vanila user (glc5) with a >> separate git checkout in