> In <[EMAIL PROTECTED]>
> Michael Albinus <[EMAIL PROTECTED]> wrote:
> Hmm. Interesting enough, it doesn't seem to be related to Tramp or
> ange-ftp. There's even the same problem copying the file locally:
> (copy-file "~/.emacs" "/tmp/")
> Debugger entered--Lisp error: (file-already-
"Eli Zaretskii" <[EMAIL PROTECTED]> writes:
> It's a simple bug in copy-file; thanks for bringing this to our
> attention.
Oh, that was Katsumi Yamaoka.
> Please try the patch below.
>
> 2004-02-02 Eli Zaretskii <[EMAIL PROTECTED]>
>
> * fileio.c (Fcopy_file): If NEWNAME is a directory,
> From: Michael Albinus <[EMAIL PROTECTED]>
> Date: Mon, 02 Feb 2004 20:53:41 +0100
>
> Hmm. Interesting enough, it doesn't seem to be related to Tramp or
> ange-ftp. There's even the same problem copying the file locally:
>
> (copy-file "~/.emacs" "/tmp/")
>
> Debugger entered--Lisp error: (fil
Michael Albinus wrote:
> (copy-file "~/.emacs" "/tmp/")
>
> Debugger entered--Lisp error: (file-already-exists "File already exists"
> "/home/albinus/.emacs")
> copy-file("~/.emacs" "/tmp/")
> eval((copy-file "~/.emacs" "/tmp/"))
> eval-expression((copy-file "~/.emacs" "/tmp/") nil)
> cal