[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs bindings?
On Sat, 11 Nov 2000, John R. Hall wrote:
> 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.
I use the following for XEmacs:
(load "ilisp")
(setq scheme-program-name "mzscheme")
(setq scheme-program "mzscheme")
and then <ESC> X scheme<RET>