I'm working with sml
right now and I'm trying to use emacs to compile my code with the command ctrl-c
, ctrl-b
. I´ve installed the sml-mode in emacs but it still doesn't work
So this is what I'm typing:
ctrl-c ctrl-b
->sml command:poly
->Searching for program: permission denied, Poly
(we are told to use poly).
and the same happens if I use sml.
ctrl-c ctrl-b
->sml command:sml
->Searching for program: permission denied, sml.
I don't get what I'm doing wrong?
By the way, I'm working on a pc with windows 7 installed.