guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Howto run guix.el correctly?


From: Alex Kost
Subject: Re: Howto run guix.el correctly?
Date: Sat, 22 Nov 2014 11:03:52 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]