<div>Are there any resources about using Erlang in Emacs?</div>
<div>And also are there any resources about debugging Erlang (in Emacs or simply in erl)? I searched for some tutorial and it seems like there is almost nothing except documentation about dbg.<br> </div>
<div><span class="gmail_quote">On 11/2/06, <b class="gmail_sendername">Vlad Dumitrescu</b> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vladdu55@gmail.com" target="_blank">vladdu55@gmail.com
</a>> wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>On 11/2/06, Nils Müllner <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:nils.muellner@heh.uni-oldenburg.de" target="_blank">
nils.muellner@heh.uni-oldenburg.de </a>> wrote:<br>>     1: is there a standard ide? currently i use erlide plugin for<br>> eclipse, but i don't find the debugger implemented in there...<br><br>The standard IDE is still Emacs. We're working on erlide, but there's 
<br>still a lot to do. The debugger is the next big feature that we are<br>targeting, but I can't give a time estimate now.<br><br>>     2: as i have to import every module i'd like to use, i wanted to<br>> ask, if there is a nice way to browse one folder for possible modules, 
<br>> list them and then let the user choose one without the need to import<br>> them all. reason: of my program is extended later, it would be nice to<br>> be able to write modules that are automatically detected. 
<br><br>I'm not sure what you mean. One doesn't *have* to import any module,<br>just use Module:Function(). The only thing importing does is let you<br>write less text (i.e. just Function()), at the price of having to<br>
worry about function name clashes.<br><br>best regards,<br>Vlad<br><br>_______________________________________________<br>erlang-questions mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:erlang-questions@erlang.org" target="_blank">
erlang-questions@erlang.org </a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions
</a><br></blockquote></div><br>