From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Howto run guix.el correctly? Date: Sat, 22 Nov 2014 11:52:19 +0100 Message-ID: <874mtrld7g.fsf@gnu.org> References: <87r3wvhdav.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs8Iq-0004AR-Av for guix-devel@gnu.org; Sat, 22 Nov 2014 05:52:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xs8Ih-0005sn-9i for guix-devel@gnu.org; Sat, 22 Nov 2014 05:52:32 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xs8Ih-0005rD-3L for guix-devel@gnu.org; Sat, 22 Nov 2014 05:52:23 -0500 In-Reply-To: <87r3wvhdav.fsf@gmail.com> (Alex Kost's message of "Sat, 22 Nov 2014 11:03:52 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Did you install geiser with guix? If so, you probably need to add > "~/.guix-profile/share/emacs/site-lisp" to `load-path'. Yes, and also something like: (setq-default geiser-guile-load-path (list geiser-scheme-dir)) We should find a way to make things work out of the box. Ludo=E2=80=99.