Ref: <972rr81hrmgc4fnkgkms9rdn4luih7s...@4ax.com> 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


_______________________________________________
Tramp-devel mailing list
Tramp-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to