GNU bug report logs -
#48118
27.1; 28; Only first process receives output with multiple running processes
Previous Next
Reported by: Daniel Mendler <mail <at> daniel-mendler.de>
Date: Fri, 30 Apr 2021 13:45:02 UTC
Severity: normal
Tags: fixed
Found in version 27.1
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #62 received at 48118 <at> debbugs.gnu.org (full text, mbox):
> From: <miha <at> kamnitnik.top>
> Cc: larsi <at> gnus.org, mail <at> daniel-mendler.de, 48118 <at> debbugs.gnu.org
> Date: Tue, 25 May 2021 17:18:22 +0200
>
> Revised patch.
Thanks.
> --- a/etc/NEWS
> +++ b/etc/NEWS
> @@ -2706,6 +2706,13 @@ the Emacs Lisp reference manual for background.
> * Lisp Changes in Emacs 28.1
>
> +++
> +** New variable 'process-prioritize-lower-fds'
> +When looping through file descriptors to handle subprocess output, try
> +to continue from where the previous loop left off instead of always
> +beginning from file descriptor zero. Set this variable to t to get
> +the old behaviour.
> +
> +---
The "+++" and "---" markers should be reversed.
> + DEFVAR_LISP ("process-prioritize-lower-fds", Vprocess_prioritize_lower_fds,
> + doc: /* If nil, try to not prioritize reading from any process.
> +Emacs loops through file descriptors to receive data from subprocesses. After
> +accepting output from the first file descriptor with available data, restart the
> +loop from the file descriptor 0 if this option is non-nil. */);
> + Vprocess_prioritize_lower_fds = Qnil;
Please use DEVAR_BOOL, since this is a boolean variable.
This bug report was last modified 3 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.