[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] Trying to run-scheme on emacs for windows
From: |
Aaron S. Hawley |
Subject: |
Re: [MIT-Scheme-devel] Trying to run-scheme on emacs for windows |
Date: |
Mon, 18 Apr 2005 11:06:24 -0400 (EDT) |
In Emacs, type C-h f run-scheme, you should be told about how to provide
to `run-scheme' the location of your scheme interpreter. My guess is you
can be prompted for it by typing the following in Emacs: C-u M-x
run-scheme
/a
On Sun, 17 Apr 2005, Pavel Dudrenov wrote:
> Hi,
>
> I recently discovered the world of scheme and I am trying to make it
> run under Emacs 21.3.1 for Windows, but failing. I've downloaded the
> xscheme library files replaced them with the existing ones but to no
> success. Whenever I type M-x run-shceme I get the msg "Searching for
> program: No such file or directory, scheme"
>
> Thank you in advance,
> Pavel Dudrenov