emacs-devel
[Top][All Lists]
Advanced

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

Re: Disabling Tramp


From: Michael Albinus
Subject: Re: Disabling Tramp
Date: Wed, 09 Mar 2005 07:22:45 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Guy Gascoigne - Piggford <address@hidden> writes:

> Using a build of cvs emacs, is there a simple way to disable tramp?  I 
> just want to use ange-ftp.

Unloading Tramp wouldn't be sufficient because of the associated
autoloads. Instead of, you might declare this:

(setq tramp-default-method "ftp")

Tramp will pass all file operations to ange-ftp then.

> Thanks - Guy

Best regards, Michael.




reply via email to

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