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

RE: Emacs bindings?



Yes, I use Emacs for Scheme develoment for MzScheme.

The crucial thing is to set SCHEME-PROGRAM-NAME in your .emacs file 

(e.g., under Windows, (setq scheme-program-name "C:/PLT/MzScheme.exe"))

Then, meta-x 'run-scheme' starts a MzScheme session.



> -----Original Message-----
> From: owner-plt-scheme@fast.cs.utah.edu
> [mailto:owner-plt-scheme@fast.cs.utah.edu]On Behalf Of John R. Hall
> Sent: Saturday, November 11, 2000 6:36 PM
> To: plt-scheme@fast.cs.utah.edu
> Subject: Emacs bindings?
> 
> 
> Has anyone written Emacs bindings for MzScheme? I like MzScheme, but I
> could do without MrEd (I dislike GUI programming personally), and Emacs
> is my IDE of choice. There are bindings for Guile and MIT Scheme, I
> belive.
> 
> Thanks!
> -John
>