Heya, On Thu, Sep 06 2012, Eric Schulte wrote:
> Hi, > > I just started trying to configure Geiser yesterday, but I've run into a > number of problems which make me think I may have taken a wrong turn > somewhere. > > I am running the latest geiser from git. I've built the source code > with configure and make and loaded with > > ;; -*- emacs-lisp -*- > (require 'geiser-install) > (load "~/.emacs.d/src/geiser/build/elisp/geiser-load.el") Although it probably won't hurt, the load is not needed: the require alone should be enough... [...] > $ guile --version > Guile 1.8.8 As mentioned in the documentation, Geiser requires Guile 2.0 or better. HTH, jao -- There is nothing so useless as doing efficiently that which should not be done at all. -Peter Drucker (1909-2005)