Hi, >>>>> In <[EMAIL PROTECTED]> >>>>> [EMAIL PROTECTED] (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 <[EMAIL PROTECTED]> _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
