[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.0.39); FreeBSD5.2.1 needs tramp-chunksize
From: |
It's me FKtPp ;) |
Subject: |
Re: tramp (2.0.39); FreeBSD5.2.1 needs tramp-chunksize |
Date: |
11 Apr 2004 16:54:43 +0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Michael Albinus <address@hidden> writes:
> "It's me FKtPp ;)" <address@hidden> 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. :(