[erlang-questions] Emacs' Flymake for Erlang with Distel
Attila Rajmund Nohl
<
>
Sun Sep 19 10:14:45 CEST 2010
2010/9/19, Moritz Ulrich <
>:
[...]
> How can I compile a file with just an erlang command and get the
> output erlc would give me? (erlang:compile(MyFile) or something like
> this)
compile:file/2
> Are there pitfalls?
Make sure that the necessary behaviours are loaded both when compiling
from emacs and compiling from the command line.
More information about the erlang-questions
mailing list