Hi,

I just started using TRAMP, and I love it!  I am having a small
problem, though:

When I do C-x C-s to save a file, the file is correctly saved, but
TRAMP always gives me an error message saying,

Couldn't find exit status of `nil'

Also, the emacs buffer doesn't change from ** to --.  But the file has
been saved...

Here's what I did:

C-x X-f /r:@sm:cwnocserv02.iawhk.com:~/ha
I edit the file "ha", then I do
C-x C-s
I get the error message.  But the file has been saved.

Both local and remote hosts are Linux 2.2.14-5.0 i686.

Thanks very much in advance,
Tatsuo
--bug report follows this line--



Emacs  : GNU Emacs 20.5.1 (i386-redhat-linux-gnu, X toolkit)
 of Sat Mar 25 2000 on porky.devel.redhat.com
Package: tramp ($Id: tramp.el,v 2.0.2.4 2001/06/03 12:13:07 grossjoh Exp $)

current state:
==============
(setq
 tramp-ls-command nil
 tramp-test-groks-nt nil
 tramp-file-exists-command nil
 tramp-current-multi-method nil
 tramp-current-method nil
 tramp-current-user nil
 tramp-current-host nil
 tramp-auto-save-directory nil
 tramp-default-method "rcp"
 tramp-rsh-end-of-line "\n"
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
                     "/usr/ccs/bin" "/local/bin" "/local/freeware/bin"
                     "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin")
 tramp-login-prompt-regexp ".*ogin: *$"
 tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):? *$"
 tramp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login [Ii]ncorrect\\|Received 
signal [0-9]+\\|Connection \\(refused\\|closed\\)\\|Sorry, try again.\\|Name or 
service not known\\).*$"
 tramp-temp-name-prefix "tramp."
 tramp-file-name-structure 
'("\\`/r\\(@\\([a-zA-Z0-9]+\\)\\)?:\\(\\([-a-zA-Z0-9_#]+\\)@\\)?\\([-a-zA-Z0-9.]+\\):\\(.*\\)\\'"
 2 4 5 6)
 tramp-file-name-regexp "\\`/r[@:]"
 tramp-make-tramp-file-format "/r@%m:%u@%h:%p"
 tramp-end-of-output "/////"
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 nil nil
 )

Reply via email to