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

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

[debbugs-tracker] bug#10325: closed (24.0.92; copy-file: using a not exi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10325: closed (24.0.92; copy-file: using a not existing source file and ftp (tramp))
Date: Fri, 23 Dec 2011 14:37:02 +0000

Your message dated Fri, 23 Dec 2011 15:34:17 +0100
with message-id <address@hidden>
and subject line Re: bug#10325: 24.0.92; copy-file: using a not existing source 
file and ftp (tramp)
has caused the debbugs.gnu.org bug report #10325,
regarding 24.0.92; copy-file: using a not existing source file and ftp (tramp)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10325: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10325
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.92; copy-file: using a not existing source file and ftp (tramp) Date: Mon, 19 Dec 2011 11:24:38 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)
Hi!

Copying a not existing file locally correctly raises a file-error:

(copy-file "/home/hz/ju" "~/")

Debugger entered--Lisp error: (file-error "Opening input file" "no such file or 
directory" "/home/hz/ju")
  copy-file("/home/hz/ju" "~/")
  eval((copy-file "/home/hz/ju" "~/") nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)



However, when copying a not existent file to a ftp server hangs the copy 
operation:

(copy-file "/home/hz/ju" "/ftp:address@hidden:/dest-path/")


I see the following in the message area:

Copying /home/hz/ju to /ftp:address@hidden:/dest-path/...


I need to interrupt the operation using C-g.


Stefan.



--- End Message ---
--- Begin Message --- Subject: Re: bug#10325: 24.0.92; copy-file: using a not existing source file and ftp (tramp) Date: Fri, 23 Dec 2011 15:34:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)
Stefan Reichör <address@hidden> writes:

> Hi!

Hi,

> However, when copying a not existent file to a ftp server hangs the
> copy operation:

I've fixed it in the trunk.

> Stefan.

Best regards, Michael.


--- End Message ---

reply via email to

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