old problem popping up again

2013-06-16 Thread Gilles Pion
Hello, I'm having the same problem as the one described here: http://lists.gnu.org/archive/html/tramp-devel/2010-10/msg00010.html Tramp-version: 2.2.6-24.3 Emacs-version GNU Emacs 24.3.1 (i686-pc-cygwin) The target system is a Synology NAS running under busybox based Linux OS Link to tramp

Re: old problem popping up again

2013-06-16 Thread Gilles Pion
Ref: 5ksqr81a2f4fceu0hfr1dgrct0j6qo3...@4ax.com de Gilles Pion Hello, I'm having the same problem as the one described here: http://lists.gnu.org/archive/html/tramp-devel/2010-10/msg00010.html Tramp-version: 2.2.6-24.3 Emacs-version GNU Emacs 24.3.1 (i686-pc-cygwin) The target system is a

Re: old problem popping up again

2013-06-16 Thread Gilles Pion
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)