Guy Gascoigne - Piggford <[EMAIL PROTECTED]> 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. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel