[comp.lang.scheme] emacs and xscheme

caron@polya.Stanford.EDU (Ilan G. Caron) (02/02/89)

Well, xscheme compiles and runs at least on Ultrix and System V so far.
Now if someone could explain the mysteries of emacs inferior processes
and tell us how to get emacs to interact with xscheme.

M-x run-scheme in fact runs an xscheme subprocess - but fails to send
anything to it.  My emacs has no such problem with Cscheme - hence
I suspect xscheme.

Any guesses?

--ilan

jinx@CHAMARTIN.AI.MIT.EDU (Guillermo J. Rozas) (02/04/89)

    M-x run-scheme in fact runs an xscheme subprocess - but fails to send
    anything to it.  My emacs has no such problem with Cscheme - hence
    I suspect xscheme.

If you are using GNU Emacs and a reasonably recent version of MIT
CScheme, the interface code in your Emacs may not work with anything
else but your version of CScheme.  There is some form of handshake
between GNU Emacs and CScheme, which presumably is not implemented by
xscheme.  This would probably prevent them from working together.