Michael Albinus <[EMAIL PROTECTED]> writes: > "It's me FKtPp ;)" <[EMAIL PROTECTED]> writes: > > > Tramp works before I upgraded some libs. But it needs the > > Did you update libs of FreeBSD (which one), or did you update Tramp?
not sure for FreeBSD5.2.1, but I compile the CVS Emacs myself. It comes tramp2.0.39. > > > tramp-chunksize after that, even the > > > > (with-temp-buffer > > (let ((bytes 1000) [...] > > (message "Bytes sent: %s\tBytes received: %s" bytes > > (match-string 0)))) > > > > function returns 1000, 1000. I tried this function for various values yesterday. And find out that, it will return unequal values when the bytes is more then 6023. > > ??? > > That's the expected behaviour; it means that 1000 bytes have passed > `process-send-string'. > > Do you mean, that you still need setting `tramp-chunksize', despite > of the successfull test above? yes, I still need it to be seted. :( _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
