Michael Albinus <[EMAIL PROTECTED]> writes: > Richard Stallman <[EMAIL PROTECTED]> writes: > >> The solution would be to set temporarily default-directory to "/" or >> whatover local during loading of Tramp. But I have no idea how to say >> it, >> >> Does >> >> (let ((default-directory "/")) >> (require 'tramp)) >> >> do the job? > > Of course. But this would be given to the _consumers_ of Tramp, > contradicting the concept of autoload. And sometimes they shouldn't > even know that Tramp is required.
Maybe `autoload' should locally bind default-directory to some default value. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
