Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-22 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules >> to the right 'guilesitedir' in the 'post-install' phase. > > 宋文武 skribis: > >> The previous patch was intend to fix a issue that manually spawned Guile >> doesn't know the geiser

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-22 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/emacs.scm (geiser)[arguments]: Symlink Guile modules > to the right 'guilesitedir' in the 'post-install' phase. 宋文武 skribis: > The previous patch was intend to fix a issue that manually spawned Guile > doesn't know the geiser module. > > When discuss this issue

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-21 Thread Alex Kost
宋文武 (2015-06-21 16:21 +0300) wrote: > 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 i

Re: [PATCH] gnu: geiser: Symlink Guile modules to the right 'guilesitedir'.

2015-06-21 Thread 宋文武
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' (n