hi all,
this is not really a cm problem, but i'm curious: i've tried a few different
ways to get the new cm3/s7 thing running interactively in xemacs, but each
time only succeed in getting a prompt that doesn't evaluate input - i can
type at the prompt, but hitting 'enter' doesn't produce the expected
interaction.
i've tried the following in my .xemacs/init.el
(setq scheme-program-name "/usr/local/bin/cm3")
;;M-x run-scheme
(setq cm3 "/usr/local/bin/cm3")
(defun cm3s7 () (inferior-lisp cm3))
;;M-: (cm3s7)
(defun cm3s7 ()
"Runs cm3 in s7 scheme"
(interactive)
(run-scheme "/usr/local/bin/cm3 -emacs")
(process-kill-without-query (get-process "scheme")))
;;M-: (cm3s7)
each of these has pretty much the same effect.
but any of these work perfectly in emacs ... any thoughts?
b
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist