emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs unconditionally loads tramp.el


From: Michael Albinus
Subject: Re: Emacs unconditionally loads tramp.el
Date: Mon, 24 Apr 2006 13:33:00 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux)

Romain Francoise <address@hidden> writes:

> With a CVS build of a few minutes ago, Emacs seems to load tramp.el
> unconditionally:

That's right. It is due to `tramp-register-file-name-handlers' in
`emacs-startup-hook', which is an autoloaded function. But Tramp would
be loaded anyway when one tries to complete a filename in the
minibuffer, because the intention of my change is to provide
method/username/hostname completion for remote files. "C-x C-f / <TAB>"
would be sufficient to load Tramp.

Best regards, Michael.





reply via email to

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