[erlang-questions] my erlang-shell mode has indent problem
KukHyun Lee
kukhyun@REDACTED
Fri Feb 8 18:57:00 CET 2008
Hi. I'm newbie in Erlang. My erlang mode for emacs has some problem.
Erlang (BEAM) emulator version 5.6 [source] [async-threads:0]
[kernel-poll:false]
Eshell V5.6 (abort with ^G)
1> [1,2,3].
[1,
2,
3]
instead of
1> [1,2,3].
[1,2,3]
why inserted newline? Erlang mode version 2.5.4. is this aquamacs bug or
config problem? I want to [1,2,3]
not
[1,
2
3]
:(
Regards
Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080209/e9cfc640/attachment.htm>
More information about the erlang-questions
mailing list