<div dir="ltr">Does it? I didn't know that. :-) However if I do -noshell do I still user_drv running with its ability to do ^G? Which I want (see another question).<br><br>Robert<br><br><div class="gmail_quote">2008/9/26 Attila Babo <span dir="ltr"><<a href="mailto:babo.online@gmail.com">babo.online@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Your init function returns immediately then you asked for init:stop()<br>
so Erlang quits as you ordered. What's wrong with a simple REPL cycle<br>
using your code like this:<br>
  erl -noshell -s myshell loop  -s init stop<br>
<br>
Take a look at LFE (git://<a href="http://github.com/rvirding/lfe.git" target="_blank">github.com/rvirding/lfe.git</a>), it works as expected:<br>
  erl -noshell -s lfe_shell server -s init stop -pa ebin<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>