From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Howto run guix.el correctly? Date: Sat, 22 Nov 2014 11:03:52 +0300 Message-ID: <87r3wvhdav.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs5fn-00088N-0Z for guix-devel@gnu.org; Sat, 22 Nov 2014 03:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xs5ff-00040Q-QX for guix-devel@gnu.org; Sat, 22 Nov 2014 03:04:02 -0500 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:36294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs5ff-00040E-Hs for guix-devel@gnu.org; Sat, 22 Nov 2014 03:03:55 -0500 Received: by mail-lb0-f174.google.com with SMTP id w7so5217141lbi.5 for ; Sat, 22 Nov 2014 00:03:54 -0800 (PST) In-Reply-To: (Adam Pribyl's message of "Fri, 21 Nov 2014 23:28:36 +0100 (CET)") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Adam Pribyl Cc: guix-devel@gnu.org Adam Pribyl (2014-11-22 01:28 +0300) wrote: > I have folloed the instruction in > http://www.gnu.org/software/guix/manual/guix.html#Emacs-Interface > to get the emacs interface for guix, but there is something missing > probably. > > Installation of emacs and geiser was OK, I changed the path to guix.el > (there is no /usr/share/ in my guix installation, I had to find guix.el > in the /gnu/store), after that I can start emacs and "M-x guix-..." but > every action says "Cannot open load file: no such file or directory > geiser-mode". > > There should probably be also the geiser path in the emacs init file or > something? Apparently a directory with geiser is not in your `load-path' variable, so (require 'geiser-mode) fails. Did you install geiser with guix? If so, you probably need to add "~/.guix-profile/share/emacs/site-lisp" to `load-path'. -- Alex