| ||||
14.1 Emacs on Windows |
If you obtain a full version of emacs for Windows then things will run as described in section 14 and you need read no further, except to note that if you have a two-button mouse, pressing both buttons emulates the middle mouse button normal with Unix and Linux.
There is a cut down version of emacs, version 19.34, supplied with rsltc for Windows. This lacks the ability to run a sub-process, and so two features of the use with emacs described in section 14 are a little different:
<dir>/vcg X.vcg
where vcg.exe is stored in <dir>.
<dir>/smlwhere sml.exe is stored in <dir>.
This starts the SML run-time system in its own window. In that
window, after the prompt -
,
give the command
use "X.sml";
Note the semicolon ";" at the end of
this command. If you forget it you will get a prompt =
on the
next line, and you can type it there.
14.1 Emacs on Windows | ||||
|