Re: Guile text editor

2018-12-01 Thread Maxim Cournoyer
Hello, writes: [...] > I need info how to activate parentheses highlighting in Emacs, and may be > configure exactly as in my pic left side. Slap (show-paren-mode) in your ~/.emacs :-). You'll also want (electric-pair-mode). Also try paredit, it makes editing Lisp/Scheme much more pleasant.

Re: Deleting unnecessary services from %desktop-services

2018-12-01 Thread Ricardo Wurmus
zna...@tutanota.com writes: > (remove! (lambda (service) > (eq? (service-kind service) > avahi-service-type ntp-service-type ntpd networking)) > %desktop-services > ) This doesn’t work as you are asking if (service-kind service) is the same as “avahi-service-type” AND “ntp-service-type”

How do I cope with Geiser in Emacs

2018-12-01 Thread Luther Thompson
I don't know where to ask about this, but since the problem seems to involve many interconnected Emacs-related packages, I'll see if you guys can help. When I'm editing a Scheme file (not Guix-related) in Emacs and company-mode activates, I get this error message: 'Company: backend company-capf

Re: btrfs and subvolumes for root, take 2

2018-12-01 Thread Fredrik Salomonsson
Hi Ludo, Ludovic Courtès writes: > The Guile backtrace you sent shows that /etc/ssl already existed when > your system booted and was not a symlink. This led the “activation > code” of GuixSD to fail: > > > https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/build/activation.scm#n320 > >

Re: Deleting unnecessary services from %desktop-services

2018-12-01 Thread znavko
Yes, you are right. I do not need all these services: - avahi-daemon , - ntpd, - networking But this config does not remove them:   (services (cons*  ;;(tor-service)     (service postgresql-service-type)     (xfce-desktop-service)    

Re: guix gc, any way to delete only packages that aren't required to build anything?

2018-12-01 Thread Joshua Branson
Mark H Weaver writes: > Pierre Neidhardt writes: > > On my GuixSD system where substitutes are completely disabled and I > build everything locally, I've been running my Guix daemon with both > --gc-keep-derivations=yes and --gc-keep-outputs=yes for years. Here's > the relevant excerpt of my

Re: Single user mode in GuixSD

2018-12-01 Thread Joshua Branson
writes: > Hello, Guix Help! Once I've lost root password and need to restore root > password in GuixSD. > If you've lost the root password, I don't believe there is much that we can do. You might just have to reinstall. :() > I've tried to press 'e' in GRUB, added init=/bin/sh and booted

Re: Deleting unnecessary services from %desktop-services

2018-12-01 Thread Joshua Branson
writes: > Hello, Ricardo Wurmus! ok, thank you. But now I've not achieved what I need. > avahi-damon, ntpd, networking rest in my system. I thought that Pierre answered that for you: > guix system: error: service 'ntpd' requires 'networking', which is not > provided by any service This is

Re: Single user mode in GuixSD

2018-12-01 Thread Tonton
On Fri, 30 Nov 2018 17:02:41 +0100 (CET) wrote: > Hello, Guix Help! Once I've lost root password and need to restore root > password in GuixSD. You can fix this quite quick and easy. I try to have a live disk lying around for these kinds of quick fixes. :) So with your live disk, any distro