Open GoogleCodeExporter opened 8 years ago
works for me. please try (in the erlang shell);
distel:functions(io,"").
should print;
{ok,["columns","format","fread","fwrite","get_chars",
"get_line","nl","parse_erl_exprs","parse_erl_form",
"put_chars","read","rows","scan_erl_exprs","scan_erl_form",
"setopts","write"]}
Original comment by mats.cro...@gmail.com
on 6 Mar 2009 at 4:14
distel:functions(io, "").
{ok,[]}
distel:functions(rpc, "").
{ok,["abcast","async_call","block_call","call","cast",
"code_change","eval_everywhere","handle_call","handle_cast",
"handle_info","init","multi_server_call","multicall",
"nb_yield","parallel_eval","pinfo","pmap",
"safe_multi_server_call","sbcast","server_call","start",
"start_link","stop","terminate","yield"]}
Also tried installing Erlang from source, including erlang-mode. Same result.
Original comment by refsdal....@gmail.com
on 8 Mar 2009 at 4:18
Original issue reported on code.google.com by
refsdal....@gmail.com
on 2 Mar 2009 at 3:07