Enter your bug report in this message, including as much detail as you
possibly can about the problem, what you did to cause it and what the local
and remote machines are.
If you can give a simple set of instructions to make this bug happen reliably,
please include those. Thank you for helping kill bugs in RCP.
LB> The code in rcp-time-diff "snarfed from Emacs 21 time-date.el"
LB> sucks. It produces a list (of two integers) which is returned
LB> and compared to an integer in e.g. rcp-wait-for-regexp. Since we just need
LB> the difference expressed in seconds, what about
LB>
LB> (t
LB> (+ (ash (- (car t1) (car t2)) 16) (- (cadr t1) (cadr t2))))
Emacs : GNU Emacs 20.4.1 (i386-redhat-linux-gnu, X toolkit)
of Sat Sep 25 1999 on porky.devel.redhat.com
Package: rcp ($Id: rcp.el,v 1.329 2000/05/16 11:38:02 grossjoh Exp $)
current state:
==============
(setq
rcp-ls-command nil
rcp-current-method nil
rcp-current-user nil
rcp-current-host nil
rcp-auto-save-directory nil
rcp-default-method "rcp"
rcp-rsh-end-of-line "\n"
rcp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin"
"/local/bin" "/local/freeware/bin"
"/local/gnu/bin")
rcp-login-prompt-regexp ".*ogin: *$"
rcp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\): ? *$"
rcp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login [Ii]ncorrect\\|Received
signal [0-9]+\\|Connection \\(refused\\|closed\\)\\|Sorry, try again.\\).*$"
rcp-temp-name-prefix "rcp."
rcp-file-name-structure
'("\\`/r\\(@\\([a-z0-9]+\\)\\)?:\\(\\([a-z0-9_#]+\\)@\\)?\\([a-z0-9.-]+\\):\\(.*\\)\\'"
2 4 5 6)
rcp-file-name-regexp "\\`/r[@:]"
rcp-make-rcp-file-format "/r@%m:%u@%h:%p"
rcp-end-of-output "/////"
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
)