Hi,

I found one more problem which is concerned with Tramp ftp.
When I started Emacs with the -q option and evaluated the
following Lisp form, it caused an error.

(copy-file "/tmp/FILE"
           "/ftp:[EMAIL PROTECTED]:/tmp/")

Debugger entered--Lisp error: (file-already-exists "File already exists" "/tmp/FILE")
  copy-file("/tmp/FILE" "/ftp:[EMAIL PROTECTED]:/tmp/")
  eval((copy-file "/tmp/FILE" "/ftp:[EMAIL PROTECTED]:/tmp/"))
  eval-last-sexp-1(t)
  eval-last-sexp(t)
  eval-print-last-sexp()
  call-interactively(eval-print-last-sexp)

The FILE was surely non-existent in the remotehost.

Regards,
-- 
Katsumi Yamaoka <[EMAIL PROTECTED]>


_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel

Reply via email to