Hi ex-colleague :), Michael Albinus <[EMAIL PROTECTED]> writes:
> Colin Marquardt <[EMAIL PROTECTED]> writes: >> I am editing a remote file with the ftp method. > > This case, Tramp passes through all actions to ange-ftp. I'm not sure > whether Tramp is the guilty one. Oh, I see... > Could you, please, disable Tramp and rerun the test with pure ange-ftp? Actually, I'm not sure how to do this. I tried the following: ;; disable tramp - from ;; http://mail.gnu.org/archive/html/emacs-devel/2002-11/msg00683.html, ;; typo "delelete" fixed: (setq file-name-handler-alist (delete (assq 'tramp-completion-file-name-handler file-name-handler-alist) file-name-handler-alist)) (setq file-name-handler-alist (delete (assq 'tramp-file-name-handler file-name-handler-alist) file-name-handler-alist)) but it doesn't seem to take effect? Cheers, Colin _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
