|
| From: | Niels Giesen |
| Subject: | Re: guile buffer in emacs |
| Date: | Sun, 16 Nov 2008 10:29:14 +0100 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Carl Forsland <address@hidden> writes: > How do i get a guile buffer running in emacs. > > M-x run-scheme doesn't work. Gives a message like "searching for > program: file or directory doesn't exist. "Like" or "being exactly"? Not rather something like: "Can't exec program: /usr/bin/guile Process scheme exited abnormally with code 1" ? Check the value of `scheme-program-name' and existence of that program on disk. Probably /usr/bin/guile. What does which guile (on the command line) say? Note that you can choose the scheme implementation interactively with a prefix argument: C-u M-x run-scheme.
| [Prev in Thread] | Current Thread | [Next in Thread] |