mit-scheme-users
[Top][All Lists]
Advanced

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

[MIT-Scheme-users] MIT/GNU Scheme on Emacs on macOS


From: Noor Khan
Subject: [MIT-Scheme-users] MIT/GNU Scheme on Emacs on macOS
Date: Tue, 15 Nov 2016 22:37:41 -0500

Hi,

I heard maybe Chris would know about this.

I installed MIT/GNU Scheme from here: https://www.gnu.org/software/mit-scheme/

After setting the MITSCHEME_LIBRARY_PATH to /Applications/MIT-GNU Scheme.app/Contents/Resources/ and creating a symbolic link, I am able to type "scheme" in my terminal and the REPL appears and works fine.

I want to try to get the REPL working in Emacs, so I set the Scheme Program Name to /usr/local/bin/scheme which is my symbolic link to the mit-scheme file. Then when I do M-x run-scheme it opens a buffer which says:
"/usr/local/bin/scheme: can't find a readable default for option --band.
searched for file all.com in these directories:
/Applications/MIT-GNUScheme.app/Contents/Resources

Inconsistency detected.

Process scheme exited abnormally with code 1"

I was getting this error even in terminal, but setting the MITSCHEME_LIBRARY_PATH environmental variable fixed it. It is set to where it's saying it can't find a default option for --band, though.

When I do M-x getenv MITSCHEME_LIBRARY_PATH it is set there properly. I thought it might've been the environmental variables not available to Emacs, but that doesn't seem to be the case.

Any help? 

reply via email to

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