I have tried installing Erlang 13B through to 12B to follow the tutorials.
Everytime I get to c(tut), I get an error instead of (ok, tut), so it seems like there are no modules installed, can anyone point me in the right direction?
I've tried e-macs but I don't really know how to use it and haven't even got close to getting the erlang mode working, for instance where do I type:
(setq load-path (cons "C:/Program Files/erl5.6.2/lib/tools-/emacs" load-path)) (setq erlang-root-dir "C:/Program Files/erl5.6.2") (setq exec-path (cons "C:/Program Files/erl5.6.2/bin" exec-path)) (require 'erlang-start)
and what commands do I type in to get this working?
can anyone help? I'm going mental.