Hello,
Trying a bit on Linux with buffer sizes, this really is an issue between
tcl and expect. It happens to work on Linux only by luck because Linux
never returns more than 4095 bytes on ptys. As you described earlier,
what happens is:
- expect has a 6001 bytes buffer
- tcl will read() by 4096
Thomas Schwinge, le Sun 18 Jan 2015 17:34:00 +0100, a écrit :
> (Can you now reproduce the issue?)
Yes.
> Any comments on that already? (I don't feel like
> committing such a change without understanding it.)
>
> --- term/ptyio.c
> +++ term/ptyio.c
> @@ -331,7 +331,7 @@ pty_io_read (struct triv
Hi!
Sorry for the long silence on this. I'm now writing this while
struggling with a flu, so let's hope that I'm not speaking in "feverish
delirium".
On Sun, 2 Nov 2014 18:13:11 +0100, Samuel Thibault
wrote:
> Thomas Schwinge, le Thu 09 Oct 2014 14:02:39 +0200, a écrit :
> > #!/usr/bin/exp
Hi!
On Fri, 16 Jan 2015 15:29:21 +0100, l...@gnu.org (Ludovic
=?utf-8?Q?Court=C3=A8s?=) wrote:
> Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> > Quoting Samuel Thibault (2015-01-16 12:08:07)
> >> Also, don't you have commit access to the debian packaging? I guess
> >> that's one o