Re: [MIT-Scheme-devel] Trying to run-scheme on emacs for windows

2005-04-18 Thread Aaron S. Hawley
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 discov

Re: [MIT-Scheme-devel] I/O for MIT Scheme windows

2008-11-28 Thread Aaron S. Hawley
On Thu, Nov 27, 2008 at 2:00 PM, Filobel <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to start MIT-Scheme Windows from another program, then send it > commands. However, the Windows version doesn't seem to be using standard > I/O, so sending the commands to Scheme's stdin doesn't work. > The

Re: [MIT-Scheme-devel] problem with md5 checksum for OSX binary of mit-scheme

2017-03-09 Thread Aaron S. Hawley
> i just downloaded > http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-x86-64.dmg > in order to install mit-scheme on my macbook running OS X I'm not a maintainer of MIT/GNU Scheme, but I downloaded and installed using that file, too. > i ran SHASUM on the file, and got the followi

Re: [MIT-Scheme-devel] Installing 9.2 OS X Binary on macOS Sierra Macbook air

2017-06-12 Thread Aaron S. Hawley
Mohamed, I'm able to start the MIT-GNU Scheme on a Mac from Emacs and use it by adding this to my .emacs file: (add-to-list 'exec-path "/Applications/MIT:GNU Scheme.app/Contents/Resources") (eval-after-load 'scheme '(setq scheme-program-name "mit-scheme")) I don't get far launching from Finde

Re: [MIT-Scheme-devel] Installing 9.2 OS X Binary on macOS Sierra Macbook air

2017-06-15 Thread Aaron S. Hawley
Mohamed, Just be aware that on the Mac I get mit-scheme processes that are long running and start consuming a lot of cpu and overheating the computer. Killing them in Emacs or with Activity Monitor solves that for me. Best, Aaron On Mon, Jun 12, 2017 at 6:12 PM, Aaron S. Hawley wrote

Re: [MIT-Scheme-devel] Installing 9.2 OS X Binary on macOS Sierra Macbook air

2017-06-25 Thread Aaron S. Hawley
Mohamed, Yes, I've used Edwin before, but it doesn't open for me on a Mac because of the errors I mentioned previously. If I try opening it from a console window it opens, but closes pretty quick with an "Internal error": The port #[i/o-port 13 for console] signalled an error: The primit

Re: [MIT-Scheme-devel] Installing 9.2 OS X Binary on macOS Sierra Macbook air

2017-06-27 Thread Aaron S. Hawley
On Thu, Jun 15, 2017 at 1:40 PM, Taylor R Campbell wrote: > Well, that's not right! Can you interrupt it with `C-c b' at the > Scheme console and get a stack trace of what it's doing when it's > spinning like that? I tried to keep mit-scheme running for a while, but couldn't get it to reproduce

Re: [MIT-Scheme-devel] Installing 9.2 OS X Binary on macOS Sierra Macbook air

2017-06-28 Thread Aaron S. Hawley
> Just to clarify: when you say `interact with the REPL', are you > talking about the Edwin REPL or the console REPL? Well, one of the errors is Edwin failing to start ("Input/output error") and that's the CPU spiking one. I can reproduce by 1) starting a new terminal, 2) running macosx-starter

Re: [MIT-Scheme-devel] Installing 9.2 OS X Binary on macOS Sierra Macbook air

2017-06-29 Thread Aaron S. Hawley
No, I haven't installed one. I hadn't realized that Edwin was using it in the past on older versions of MacOS. Apparently, new versions of Mac don't come with an X11 server. I installed XQuartz, and double-clicking the MIT/GNU Scheme icon in Applications (even after renaming the icon to MIT-Sche

Re: [MIT-Scheme-devel] Newbie: Compiling and commandline args

2019-05-15 Thread Aaron S. Hawley
On Wed, May 15, 2019 at 7:14 AM Peter Wiehe wrote: > > How do I access the commandline arguments? argv, *ARGV* and ext:*ARGV* > don't work. I get the error "Unbound variable" (when I type "scheme > --load myprog.scm"). The procedure for retrieving command-line arguments with --load is called `com

Re: How to install/run MIT Scheme 10.1.11 on MacBookAir mid 2009 under Mac OS X El Capitan 10.11.6

2020-08-27 Thread Aaron S. Hawley
I was using MIT Scheme 9.2 on Mac OS 10.12. It's old but it worked. It required an X server like XQuartz to avoid runaway cpu. https://lists.gnu.org/archive/html/mit-scheme-devel/2017-06/msg00020.html On Thu, Aug 27, 2020 at 9:19 AM Pavlo Maistrenko wrote: > > Dear all! > > I have downloaded an