[erlang-questions] What is the best software development platform to use when working with Erlang?
Alpar Juttner
ajuttner.list@REDACTED
Thu Jul 2 13:37:46 CEST 2009
> -what the hell is make :)
M-x compile
You can issue any shell command from there (is it 'make -k' by default).
Emacs executes it and the result will go to a buffer called
*compilation*. If there was any error during compilation you can go to
the related source code position with C-x ` (and repeat it for jumping
to the next error.)
Regards,
Alpar
More information about the erlang-questions
mailing list