From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Emacs-guix: variable is void: guix-current-profile Date: Wed, 2 Jan 2019 16:34:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1geiXg-0004Qg-8p for help-guix@gnu.org; Wed, 02 Jan 2019 10:34:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1geiXf-0004xt-Jg for help-guix@gnu.org; Wed, 02 Jan 2019 10:34:48 -0500 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]:55540) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1geiXf-0004w2-Ct for help-guix@gnu.org; Wed, 02 Jan 2019 10:34:47 -0500 Received: by mail-wm1-x335.google.com with SMTP id y139so26812719wmc.5 for ; Wed, 02 Jan 2019 07:34:46 -0800 (PST) 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: help-guix@gnu.org Dear, Happy New Year ! Thank you this nice interface !! I am have installed Guix on the top of Debian. If I understand well, I installed the packages guile, guile-gcrypt and Emacs, obviously. :-) And emacs-guix comes from MELPA, Geiser too. Then I am a bit confused. M-x guix pops up. However, press p leads to the message: "guix-popup-format-profile: Symbol=E2=80=99s value as variable is void: guix-current-profile" But, C-h v guix-current-profile returns "/var/guix/profiles/per-user/simon/guix-profile" If I manually set `guix-current-profile' to "/var/guix/profiles/per-user/simon/guix-profile" with M-x guix-set-current-profile, then M-x guix p n works, I mean it returns 9206 available packages. What I am missing? Last, 'guix package -s gmsh' returns the package that I am looking for. However, `M-x guix p n gmsh' does not. I need to do 'guix package -i guix' to find gmsh with emacs-guix. Hum? I guess I have a config twisted elsewhere? I mean the `Guix REPL' buffer loads (emacs-guix) and there is a lot of warnings... but I do not see one about gmsh from maths.scm. Thank you for any tips. All the best, simon