Re: nntp and nnimap disconnect and take forever when emacs is idle
Robert Pluim <[email protected]> Fri, 06 Dec 2024 11:22:31 +0100
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Fri, 06 Dec 2024 11:13:06 +0100, Gijs Hillenius <[email protected]> said: Gijs> On 4 December 2024 14:00 Robert Pluim, wrote: >>>>>>> On Tue, 03 Dec 2024 22:39:54 +0200, Björn Bidar <[email protected]> said: >> >> >> this seems to suggest that >> >> >> >> (setq read-process-output-fast nil) >> Björn> The variable doesn't exist (anymore). >> >> It was renamed to `fast-read-process-output' Gijs> Aha! Gijs> In addition, do I understand correctly that it's not in Emacs 29, but in Gijs> the upcoming 30? Yes, itʼs an emacs-30 feature. From etc/NEWS: ** The default process filter was rewritten in native code. The round-trip through the Lisp function 'internal-default-process-filter' is skipped when the process filter is the default one. It is reimplemented in native code, reducing GC churn. To undo this change, set 'fast-read-process-output' to nil. Robert --