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: Eli Zaretskii
Subject: bug#55737: [PATCH] 28.1; Values of `read-process-output-max' above 64k not taken into account on GNU/Linux
Date: Tue, 31 May 2022 15:00:19 +0300

> 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?

Thanks.





reply via email to

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