bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55737: [PATCH] 28.1; Values of `read-process-output-max' above 64k n


From: Frédéric Giquel
Subject: bug#55737: [PATCH] 28.1; Values of `read-process-output-max' above 64k not taken into account on GNU/Linux
Date: Wed, 01 Jun 2022 08:09:59 +0200
User-agent: Evolution 3.44.1-2

Le mardi 31 mai 2022 à 15:00 +0300, Eli Zaretskii a écrit :
> > Date: Tue, 31 May 2022 13:09:38 +0200
> > From:  Frédéric Giquel via "Bug reports for GNU Emacs,
> >  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> > 
> > +#if defined(GNU_LINUX) && defined(F_SETPIPE_SZ)
> > +  fcntl (inchannel, F_SETPIPE_SZ, read_process_output_max);
> > +#endif
> 
> Shouldn't this be done only for pipe connections to the subprocess?

You're right. Setting pipe size is useless for pty connection.
Here is the new patch.

Attachment: pipe-size-v2.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]