unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10325: 24.0.92; copy-file: using a not existing source file and ftp (tramp)
@ 2011-12-19 10:24 Stefan Reichör
  2011-12-23 14:34 ` Michael Albinus
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2011-12-19 10:24 UTC (permalink / raw)
  To: 10325

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:user@host.com:/dest-path/")


I see the following in the message area:

Copying /home/hz/ju to /ftp:user@host.com:/dest-path/...


I need to interrupt the operation using C-g.


Stefan.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#10325: 24.0.92; copy-file: using a not existing source file and ftp (tramp)
  2011-12-19 10:24 bug#10325: 24.0.92; copy-file: using a not existing source file and ftp (tramp) Stefan Reichör
@ 2011-12-23 14:34 ` Michael Albinus
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2011-12-23 14:34 UTC (permalink / raw)
  To: Stefan Reichör; +Cc: 10325-done

Stefan Reichör <stefan@xsteve.at> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-23 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19 10:24 bug#10325: 24.0.92; copy-file: using a not existing source file and ftp (tramp) Stefan Reichör
2011-12-23 14:34 ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).