[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.0.38); Saving remote file loses coding system information
From: |
Colin Marquardt |
Subject: |
Re: tramp (2.0.38); Saving remote file loses coding system information |
Date: |
Wed, 31 Mar 2004 12:36:27 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (usg-unix-v) |
Hi ex-colleague :),
Michael Albinus <address@hidden> writes:
> Colin Marquardt <address@hidden> 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