Francesco Potorti` <[EMAIL PROTECTED]> writes:

> In fact, it seems to be reproducible.  Here is a backtrace.
> 
> Signaling: (quit)
>   accept-process-output(#<process *tramp/rsync pot@fly*> 1)
>   tramp-wait-for-output()
>   tramp-handle-file-exists-p("/r@rsync:pot@fly:/home/pot/tmp")

Okay.  tramp-maybe-open-connection should have been called.  So
obviously the check for an existing-but-died process failed.

Could you switch to the *tramp/foo* buffer and eval the following?

(let ((p (get-buffer-process (current-buffer))))
  (list p (processp p) (process-status p)))

kai
-- 
I like BOTH kinds of music.

Reply via email to