Hello!

When I tried saving a new file which I had opened with tramp I got an error and here is the back trace:

Debugger entered--Lisp error: (file-error "Opening output file" "no such file or directory" "/DOCUME~1/JYRKIJ~1/LOCALS~1/Temp/tramp.2356hge") write-region("" nil "c:/DOCUME~1/JYRKIJ~1/LOCALS~1/Temp/tramp.2356hge" nil silent nil excl) byte-code("unreadable" [prefix temporary-file-directory file dir-flag make-temp-name expand-file-name make-directory write-region "" nil silent excl] 8)
  make-temp-file("c:/DOCUME~1/JYRKIJ~1/LOCALS~1/Temp/tramp.")
tramp-handle-write-region(1 58 "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp" nil t) apply(tramp-handle-write-region (1 58 "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp" nil t)) tramp-sh-file-name-handler(write-region 1 58 "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp" nil t) apply(tramp-sh-file-name-handler write-region (1 58 "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp" nil t)) tramp-file-name-handler(write-region 1 58 "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp" nil t) write-region(1 58 "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp" nil t "/plink:[EMAIL PROTECTED]:/home/foo/test.lisp")
  basic-save-buffer-2()
  basic-save-buffer-1()
  basic-save-buffer()
  save-buffer(1)
  call-interactively(save-buffer)

It seems that for some reason the temp file which was created didn't have in the file name the part "2356hge" in the end and because of that it failed.

Jyrki Jaakkola


_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to