From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: Re: gnu/services/shepherd.scm:90:2: In procedure allocate-struct: Wrong type argument in position 2: 5 Date: Fri, 06 Oct 2017 20:07:15 +0300 Message-ID: <87fuawjjcs.fsf@gmail.com> References: <87poa9698o.fsf@163.com> <20170929115835.GN26375@macbook42.flashner.co.il> <87o9pt4sf3.fsf@163.com> <87h8vlslg9.fsf@gmail.com> <87o9po8ub9.fsf@gmail.com> <87shezc98g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0W5q-0001BZ-Oc for guix-devel@gnu.org; Fri, 06 Oct 2017 13:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0W5n-0005LA-HC for guix-devel@gnu.org; Fri, 06 Oct 2017 13:07:22 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:56319) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0W5n-0005JQ-8x for guix-devel@gnu.org; Fri, 06 Oct 2017 13:07:19 -0400 Received: by mail-lf0-x242.google.com with SMTP id p184so20839613lfe.12 for ; Fri, 06 Oct 2017 10:07:19 -0700 (PDT) In-Reply-To: <87shezc98g.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 04 Oct 2017 09:50:55 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Maxim Cournoyer Cc: guix-devel Maxim Cournoyer writes: > There shouldn't be any auto-compilation going on with Guix unless you are > using Emacs-Guix. This has been fixed in a recent commit[1] but will only > appear in the next release. > > In the mean time you could define the following in your ~/.emacs: > > (setq guix-guile-program '("guile" "--no-auto-compile")) > > Maxim > > [1] https://notabug.org/alezost/emacs-guix/issues/2 I think that auto-compilation come from (run-geiser) which doesn't care about guix-guile-program. I use it to have a (geiser-edit-symbol-at-point) and for object definition in echo area. To disable it I think need to do something with (geiser-guile--parameters).