emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reverting *Locate* buffers.


From: Michael Albinus
Subject: Re: Reverting *Locate* buffers.
Date: Mon, 03 Jul 2006 17:37:23 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux)

Richard Stallman <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]