Re: copy-file-doesn't work

2004-02-02 Thread Katsumi Yamaoka
> 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-

Re: copy-file-doesn't work

2004-02-02 Thread Michael Albinus
"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,

Re: copy-file-doesn't work (was: Tramp ftp bug (was: ange-ftp-name-format needs to be improved))

2004-02-02 Thread Eli Zaretskii
> 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

Re: copy-file-doesn't work

2004-02-02 Thread Glenn Morris
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