From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'. Date: Tue, 23 Jun 2015 14:20:18 +0800 Message-ID: <874mlz9c9p.fsf@gmail.com> References: <1434889965-10697-1-git-send-email-iyzsong@gmail.com> <87h9pz8qsw.fsf@gnu.org> 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]:35050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7HYc-00068V-9m for guix-devel@gnu.org; Tue, 23 Jun 2015 02:19:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7HYb-0003jV-FR for guix-devel@gnu.org; Tue, 23 Jun 2015 02:19:42 -0400 In-Reply-To: <87h9pz8qsw.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules >> to the right 'guilesitedir' in the 'post-install' phase. > > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> The previous patch was intend to fix a issue that manually spawned Guile >> doesn't know the geiser module. >> >> When discuss this issue in IRC with alezost, I suddenly notice that add >> a simple '(require 'geiser-install)' to my init.el make it work. >> >> Here is the new patch for '/etc/emacs/site-start.el' (not tested yet!): > > LGTM, but please check with =E2=80=98guix system vm=E2=80=99 or similar t= hat it works as > expected. Done, thanks for review!