ejabberd - Comments for "erlang-mode in emacs" https://www.ejabberd.im/node/406 en awesome https://www.ejabberd.im/node/406#comment-847 <p>You made my day. I'm more than happy to at least have syntax highlighting, and I think I'll take your cue and simply compile the given file as I normally do (at least for now).</p> Wed, 28 Sep 2005 02:32:46 +0000 kloidster comment 847 at https://www.ejabberd.im There is an erlang.el in the https://www.ejabberd.im/node/406#comment-842 <p>There is an <code>erlang.el</code> in the Erlang distribution, which works quite well. If you make syntax errors, the indentation will usually be strange, which draws attention to the problem.</p> <p>It has an <code>inferior-erlang</code> command, but I've never tried to use it. I usually run ejabberd in a terminal, and type <code>c(mod_foo).</code> regularly - i.e. compile and load the new version of the code. Loading new functions interactively is not as easy as in Scheme, as they need to be part of the right module as well.</p> Tue, 27 Sep 2005 20:11:50 +0000 legoscia comment 842 at https://www.ejabberd.im