tramp-devel
[Top][All Lists]
Advanced

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

Re: copy-file problems


From: Katsumi Yamaoka
Subject: Re: copy-file problems
Date: Thu, 12 Jun 2003 09:39:09 +0900
User-agent: T-gnus/6.16.3 (based on Gnus v5.10.3) (revision 01) XEmacs/21.4 (Rational FORTRAN, linux)

Hi,

>>>>> In <address@hidden>
>>>>>   address@hidden (Kai Großjohann) wrote:

> Please try this patch.  I can't test it at the moment, but will try
> asap.

> --- tramp.el.~2.312.~ Tue Jun 10 12:10:33 2003
> +++ tramp.el  Wed Jun 11 13:50:03 2003

That's good!  It works for both Emacs and XEmacs.  I can change
my habit to always use Tramp to manipulate remote files.  Thank
you very much!

BTW, I found the `no-conversion' coding-system in tramp.el.
Although there's no problem in use of that coding-system for
writing or encoding, it is dangerous when reading or decoding
under XEmacs.  XEmacs actually does *conversion*:

(let ((print-escape-newlines t))
  (prin1 (decode-coding-string "\r\n" 'no-conversion)))
"\n""
"
Please use `binary' instead of `no-conversion' when you have the
opportunity to use it for reading or decoding.

Regards,
-- 
Katsumi Yamaoka <address@hidden>




reply via email to

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