From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Clemmer Subject: Re: Guix and Emacs Integration for Polyglot Development Date: Fri, 26 Oct 2018 16:56:17 -0400 Message-ID: References: <87wos9rp5y.fsf@gnu.org> <87wos5cma6.fsf@gnu.org> <87tvn9s14w.fsf@gnu.org> <87k1o5b05d.fsf@gnu.org> <875zz9gm8w.fsf@gnu.org> <875zz7epb6.fsf@gmail.com> <87ftwsprke.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG99y-0007kz-7w for help-guix@gnu.org; Fri, 26 Oct 2018 16:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG99u-0003eq-6I for help-guix@gnu.org; Fri, 26 Oct 2018 16:56:45 -0400 Received: from mail-yw1-xc30.google.com ([2607:f8b0:4864:20::c30]:41682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG99q-0003bg-8S for help-guix@gnu.org; Fri, 26 Oct 2018 16:56:38 -0400 Received: by mail-yw1-xc30.google.com with SMTP id c126-v6so1004257ywd.8 for ; Fri, 26 Oct 2018 13:56:21 -0700 (PDT) In-reply-to: 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: Alex Kost Cc: help-guix@gnu.org Hi Alex, Oops, please disregard the problem reported earlier (cc below). I had the emacs-guix package installed at the same time the load path included the source build. When I remove the package .. everything works fine. George Clemmer writes: > Alex Kost writes: > >> Hint: since you are on this commit, you may check the new "M-x guix" - >> you will be the first person who will try it (maybe you will like it >> this time) ;-) I am sorry if I gave the impression that I disliked it. I do like the new one better. It makes it easier to find and use Emacs-guix features. I have another question. Is there a shortcut to guix-installed-system-packages in the popup that I am missing? > Yes, I saw that you moved the old guix to guix-command which sounds > great and works here. Sadly, 'M-x guix' gives me a backtrace ... > > Debugger entered--Lisp error: (error "Autoloading file /home/glc/gom/.gpm/gfg/emacs-guix/emacs-guix/elisp/guix-command.elc failed to define function guix") > autoload-do-load((autoload "guix-command" "Popup window for 'guix'." t nil) guix) > command-execute(guix record) > execute-extended-command(nil "guix" "guix") > funcall-interactively(execute-extended-command nil "guix" "guix") > call-interactively(execute-extended-command nil nil) > command-execute(execute-extended-command)