On Thu, Apr 21, 2005 at 08:48:22AM +0200, Raimo Niskanen wrote: } } The only functions you can skip the module name for are } local, imported and autoimported (e.g erlang:self/0). Yeah, I guess that was a bad example. I should have used Foo(). It just bothers me that I have to export all the functions I might bind to Foo when I use mymodule:Foo(). -Vance