tramp-devel
[Top][All Lists]
Advanced

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

tramp-do-copy-or-rename-via-buffer doesn't work for XEmacs


From: Tetsuo Tsukamoto
Subject: tramp-do-copy-or-rename-via-buffer doesn't work for XEmacs
Date: Tue, 13 Jan 2004 07:03:26 +0900
User-agent: T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i686-pc-linux)

Hi.

Under XEmacs, files on a remote host cannot be copied to the
localhost, complaining "No such file or directory".

The problem is caused by incompatibility of function
insert-file-contents-literally between FSF Emacs and XEmacs.  It
is called in tramp-do-copy-or-rename-via-buffer.

The FSF version of the function binds variable
inhibit-file-name-handlers for disabling jka-compr and image
specifically, whereas the XEmacs' one binds
file-name-handler-alist to nil, which also disables
tramp-file-name-handler.


I think this needs to be fixed.

-- 
Tetsuo Tsukamoto




reply via email to

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