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. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
