cvs diff: warning: failed to open /Users/dave/.cvspass for reading: No such file or directory Index: tramp.el =================================================================== RCS file: /sources/tramp/tramp/lisp/tramp.el,v retrieving revision 2.686 diff -d -u -r2.686 tramp.el --- tramp.el 12 Apr 2009 19:21:03 -0000 2.686 +++ tramp.el 21 Apr 2009 04:45:54 -0000 @@ -5864,7 +5864,7 @@ ;; Under Windows XP, accept-process-output doesn't return ;; sometimes. So we add an additional timeout. (with-timeout ((or timeout 1)) - (accept-process-output proc timeout timeout-msecs))) + (accept-process-output proc .01))) (tramp-message proc 10 "\n%s" (buffer-string)))) (defun tramp-check-for-regexp (proc regexp)