From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: [ANN] Emacs-Guix 0.5.1 Date: Sat, 5 Jan 2019 14:05:20 +0100 Message-ID: References: <87ftuo80es.fsf@gmail.com> <87imz4138y.fsf@jnanam.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:42608 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfldv-0007BR-DO for help-guix@gnu.org; Sat, 05 Jan 2019 08:05:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfldu-0007TT-Ja for help-guix@gnu.org; Sat, 05 Jan 2019 08:05:35 -0500 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]:55573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfldu-0007Sb-Ds for help-guix@gnu.org; Sat, 05 Jan 2019 08:05:34 -0500 Received: by mail-wm1-x329.google.com with SMTP id y139so3300594wmc.5 for ; Sat, 05 Jan 2019 05:05:34 -0800 (PST) In-Reply-To: <87imz4138y.fsf@jnanam.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Benjamin Slade Cc: Alex Kost , help-guix Dear Benjamin, If I understand well, it is the same issue than the one reported here: https://github.com/alezost/guix.el/issues/28 Recently, Alex explained why in the second part of this message: https://lists.gnu.org/archive/html/help-guix/2019-01/msg00020.html One (not-yet satisfactory) fix seems to install guix itself in the profile: guix package -i guix then to correctly add ~/.config/guix/current/. It works for me. Hope that help. All the best, simon