[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.0.25); saving remote buffer fails
From: |
clemens fischer |
Subject: |
Re: tramp (2.0.25); saving remote buffer fails |
Date: |
31 Dec 2002 21:46:46 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i386-unknown-freebsd4.3) |
address@hidden (Kai Großjohann):
> Does it help to frob backup-by-copying and friends to work around
> this problem?
unfortunately not. in this case, ie. with backup-by-copying set `t'
and tramp in place of ange-ftp, i don't get asked for a password at
all (surely because i have it in a ~/.netrc), but saving the edited
file fails. here's the backtrace, which still contains bytecode.
just load-library "files.el" didn't help any (i wonder why).
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
logand(nil 1023)
backup-buffer-copy("/address@hidden:/index.html"
"/l/backup/address@hidden:!index.html.~2~" nil)
byte-code("W W ÆÇ\nÈ\"WW É\f!ÊVW
' ¨a Ë\f!
H Ì8¨
S ¨
S Ì8X
S Í8S Î\f!?)a Ï\f\n#n Ğ\fÑ#\nBÆ"
[file-precious-flag backup-by-copying modes backup-by-copying-when-linked
real-file-name backup-by-copying-when-mismatch 0 logand 3072 file-nlinks 1
file-attributes 2 9 file-ownership-preserved-p backup-buffer-copy rename-file t
backup-by-copying-when-privileged-mismatch attr backupname setmodes] 4)
byte-code("
Æ= Ç=
ÈÉÊ\n\"!Ë!ÇÌÍÆ
: : ÇÎÏA. *" [targets delete-old-versions real-file-name
buffer-file-name modes buffer-backed-up t nil y-or-n-p format "Delete excess
backup versions of %s? " file-modes (byte-code "W
W ÆÇ\nÈ\"WW É\f!ÊVW
' ¨a Ë\f!
H Ì8¨
S ¨
S Ì8X
S Í8S Î\f!?)a Ï\f\n#n Ğ\fÑ#\nBÆ"
[file-precious-flag backup-by-copying modes backup-by-copying-when-linked
real-file-name backup-by-copying-when-mismatch 0 logand 3072 file-nlinks 1
file-attributes 2 9 file-ownership-preserved-p backup-buffer-copy rename-file t
backup-by-copying-when-privileged-mismatch attr backupname setmodes] 4)
((file-error ...)) (byte-code "address@hidden" [targets delete-file] 2)
((file-error)) setmodes] 5)
backup-buffer()
basic-save-buffer-2()
basic-save-buffer-1()
basic-save-buffer()
save-buffer(1)
call-interactively(save-buffer)
saving-by-copying has been double-checked!
clemens