tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: old problem popping up again


From: Gilles Pion
Subject: Re: old problem popping up again
Date: Sun, 16 Jun 2013 12:01:42 +0200
User-agent: ForteAgent/7.00.32.1200

Ref: <address@hidden> de Gilles Pion
>
>It seem there is a race condition inside "tramp-send-command-and-check"
>
>Introducing a short delay (worked with "(sleep-for 0 100)") seem to fix the
>problem:
>
>  (with-current-buffer (tramp-get-connection-buffer vec)
>    (sleep-for 0 100)  ;;; <- delay here
>    (goto-char (point-max))


Normally that stuff should be managed by "tramp-wait-for-output", so why do I
need to introduce that delay?
-- 
Gilles Pion




reply via email to

[Prev in Thread] Current Thread [Next in Thread]