Hi Sébastien,
"Sebastien Vauban" <wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org> writes: > You think that everything related to the Test package would have been loaded > correctly. Not the case, "obviously"... More precisely: it has been _loaded_ correctly (i.e. it is in the load path), but the functions have been _autoloaded_ from a previous package. Looking for the package from the autoloaded function will point at the first matching package in load-path, which might not be the one from which functions have been autoloaded... Yep, it took me a while to understand it, so this email is a tribute to Achim's patience :) > Are we on the same wavelength? I think we are. -- Bastien