From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
/tv is mounted via sshfs.
(rename-file "/tv/a.foo" "/tv/b.foo")
Debugger entered--Lisp error: (file-error "Renaming" "Invali= d argument" "/tv/a.foo" "/tv/b.foo")
=C2=A0 rename-file("/tv/a.foo" "/tv/b.foo")
=C2=A0 eval((rename-file "/tv/a.foo" "/tv/b.foo") nil)<= br> =C2=A0 eval-expression((rename-file "/tv/a.foo" "/tv/b.foo&q= uot;) nil nil 127)
=C2=A0 funcall-interactively(eval-expression (rename-file "/tv/a.foo&q= uot; "/tv/b.foo") nil nil 127)
=C2=A0 call-interactively(eval-expression nil nil)
=C2=A0 command-execute(eval-expression)
But if I say
larsi@amy:~$ mv /tv/a.foo /tv/b.foo
on the same machine, it works fine.=C2=A0 So ... where is the "Invalid=
argument" coming from?