Oct
21st
Tue
21st
Patch for Emacs Erlang Mode to Put .beam Files In the Right Place
The generally lovely erlang mode for Emacs compiles all the .erl files in place, which in OTP (and thus, Mochiweb), means they’re in src/, rather than in ebin/, where they belong.
Found the blog post above with a patch for erlang.el to fix this.
-Dan M

