emacs-pretest-bug
[Top][All Lists]
Advanced

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

Tramp ftp bug (was Re: ange-ftp-name-format needs to be improved)


From: Katsumi Yamaoka
Subject: Tramp ftp bug (was Re: ange-ftp-name-format needs to be improved)
Date: Tue, 27 Jan 2004 11:37:19 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

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:address@hidden:/tmp/")

Debugger entered--Lisp error: (file-already-exists "File already exists" 
"/tmp/FILE")
  copy-file("/tmp/FILE" "/ftp:address@hidden:/tmp/")
  eval((copy-file "/tmp/FILE" "/ftp:address@hidden:/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 <address@hidden>




reply via email to

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