Re: Guix and Emacs Integration for Polyglot Development

2018-09-01 Thread Ludovic Courtès
Hi! Jan Nieuwenhuizen skribis: > I have an ugly hack to switch emacs to a profile or environment. It > parses the /etc/profile script...using MANIFEST or > `--search-paths' would be much nicer... > > Anyway, I'm using some named profiles, eg > > ~/.config/guix/mes > > and when starting work

Re: Updating guix for root

2018-09-01 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: >> However, the systemd service still launches the daemon from >> /var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon. So if I >> uninstall the package "guix" for the root account (see >> https://www.mail-archive.com/bug-guix@gnu.org/msg09793.html), I wi

Re: Guix pull issue

2018-09-01 Thread Ludovic Courtès
Hello, vikram sai balaji ulaganathan skribis: > For a few weeks now, I have been trying to get guix pull to update > everything but get the below error. Guix is at .15.0 What does “uname -srvm” return on this machine? > In guix/serialization.scm: >371:23 3 (_ "bash") >357:13 2 (dump

Re: Guix and Emacs Integration for Polyglot Development

2018-09-01 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > Very nice! To make the code nicer, I suppose we could simply change it > to use the Geiser integration in emacs-guix. We could call out to (guix > profiles) and (guix search-paths) and ‘setenv’ what it returns. Hmm, interesting! I was thinking I should have used the g

Re: Guix pull issue

2018-09-01 Thread vikram sai balaji ulaganathan
Thanks, I'll run the command and let you know. On Sat, Sep 1, 2018, 10:57 AM Ludovic Courtès wrote: > Hello, > > vikram sai balaji ulaganathan skribis: > > > For a few weeks now, I have been trying to get guix pull to update > > everything but get the below error. Guix is at .15.0 > > What does

Re: Guix and Emacs Integration for Polyglot Development

2018-09-01 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > Ludovic Courtès writes: > >> Very nice! To make the code nicer, I suppose we could simply change it >> to use the Geiser integration in emacs-guix. We could call out to (guix >> profiles) and (guix search-paths) and ‘setenv’ what it returns. > > Hmm, interesting! I