emacs-devel
[Top][All Lists]
Advanced

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

Re: Is it possible to change the recv buffer size dynamically for networ


From: Noam Postavsky
Subject: Re: Is it possible to change the recv buffer size dynamically for network process or subprocess?
Date: Thu, 26 Mar 2020 13:02:34 -0400

On Thu, 26 Mar 2020 at 12:14, Stefan Monnier <address@hidden> wrote:

> We should maybe add a way to "suspend" processing the output of
> a specific process (and calling `accept-process-output` with an
> explicit process argument would override it).

Doesn't setting the process-filter to t do this? (except for the
override part, I guess)

(set-process-filter PROCESS FILTER)

Give PROCESS the filter function FILTER; nil means default.
A value of t means stop accepting output from the process.
[....]



reply via email to

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