geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] how to start?


From: Jose A. Ortega Ruiz
Subject: Re: [Geiser-users] how to start?
Date: Sat, 05 Nov 2011 00:51:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

Hi Steve,

On Sat, Nov 05 2011, Steve Weeks wrote:

> oops fat fingered the email...
>
> I have emacs 23.2.1, guile 2.0.3, geiser 0.1.3 (and paredit) installed
> and seeming to mostly work.  I am new to all three and am stuck trying
> to get started.  I can start the REPL (M-x run-guile).  
>
> Some how have guile's %load-path screwed up.  I edited the .guile file
> and added:
>
>    (set! %load-path (cons "/home/steve/new/path" %load-path))
>
> This shows up fine within geiser's REPL,  Then I changed the path in
> the .guile file, but geiser doesn't see the change.  If I run guile
> from the command line, the change is there, but not within geiser.

By default, geiser doesn't load ~/.guile.  You can set
geiser-guile-load-init-file-p to t to activate loading .guile.

You can also customize geiser-guile-load-path, e.g., with

  (setq geiser-guile-load-path '("/home/steve/new/path"))

in your emacs initialization file.

HTH,
jao
-- 
Nostalgia isn’t what it used to be.



reply via email to

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