Re: Enable guix-devel-mode only in guix source files

2018-08-17 Thread Alex Kost
Pierre Neidhardt (2018-08-17 18:44 +0200) wrote: > I do exactly what you suggested: > > (defun ambrevar/init-guix () > (and buffer-file-name >(string-match "\\" buffer-file-name) ; Adapt this to your > install. >(guix-devel-mode))) > (add-hook 'scheme-mode-hook 'ambrevar/init-gu

Re: Enable guix-devel-mode only in guix source files

2018-08-17 Thread Pierre Neidhardt
I do exactly what you suggested: --8<---cut here---start->8--- (defun ambrevar/init-guix () (and buffer-file-name (string-match "\\" buffer-file-name) ; Adapt this to your install. (guix-devel-mode))) (add-hook 'scheme-mode-hook 'ambrevar/init-g

Re: Any server recommendations to run Guix System?

2018-08-17 Thread Marius Bakke
amirou...@hypermove.net writes: > Hello all, > > I would like to buy a rack server (from Algeria (North Africa)) to host in a > data center and use Guix System. > Looking up the Internet for rack server offering in Algeria doesn't lead to > good results so far. > So it seems like I will need to

Enable guix-devel-mode only in guix source files

2018-08-17 Thread Arun Isaac
How do I enable guix-devel-mode only in guix source files? The suggested method in the manual (shown below) enables guix-devel-mode in all scheme-mode buffers. (add-hook 'scheme-mode-hook 'guix-devel-mode) I know I can write some elisp to find the buffer-file-name, find if it is in my guix sour

Re: Setting up Guile for use with Guix

2018-08-17 Thread Pierre Neidhardt
Looks like you've double-sent the message ;) > Guile does not have a package manager of its own Actually there is https://gitlab.com/a-sassmannshausen/guile-hall/ > Will this install a second Guile for me (one system-wide from > apt and one for the Guix profile from Guix)? Yes, Guix is

how does mounting work?

2018-08-17 Thread Marco van Hulten
Hi— When I insert a USB stick, an icon representing a partition shows up on the desktop. When I double-click it, it gets mounted under some directory under /media/$(whoami)/. What command is actually executed? I tried 'gvfs-mount', but now I'm quite sure it isn't that: $ gvfs-mount --list Th

Setting up Guile for use with Guix

2018-08-17 Thread HiPhish
Hello everyone, I have Guix up and running on my Kubuntu 18.04 machine. I installed it manually from the binary: I first installed Guile 2.2.3 via apt, then I installed Guix. I wanted to do some more serious Guile work involving libraries, and since Guile does not have a package manager of its o

Setting up Guile for use with Guix

2018-08-17 Thread HiPhish
Hello everyone, I have Guix up and running on my Kubuntu 18.04 machine. I installed it manually from the binary: I first installed Guile 2.2.3 via apt, then I installed Guix. I wanted to do some more serious Guile work involving libraries, and since Guile does not have a package manager of its o