Hi Wangel,<br>I think the answer here is that the module "test" is not loaded in the local node, only in the remote node you've attached to.<br>You've added the path to its .beam but all the calls to it are executed in the remote shell, not the local. Because of this it never gets loaded in the local shell and you can't auto complete its functions.<br>
//Tom<br><br><br><div class="gmail_quote">On Fri, Aug 5, 2011 at 9:36 AM, Wanglei <span dir="ltr"><<a href="http://flaboy.cn">flaboy.cn</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
in a  "-pa ebin -remsh" shell<br>
<br>
I can use test:aaa(),<br>
but can't type test:a[tab] to auto completion -> test:aaa(<br>
<br>
The auto completion only show system-libs modules<br>
<br>
"code:rehash()."  can't reslove this problem<br>
<br>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br>