GNU bug report logs - #48118
27.1; 28; Only first process receives output with multiple running processes

Previous Next

Package: emacs;

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 #65 received at 48118 <at> debbugs.gnu.org (full text, mbox):

From: <miha <at> kamnitnik.top>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: mail <at> daniel-mendler.de, larsi <at> gnus.org, 48118 <at> debbugs.gnu.org
Subject: Re: bug#48118: 27.1; 28; Only first process receives output with
 multiple running processes
Date: Tue, 25 May 2021 20:02:57 +0200
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:

> The "+++" and "---" markers should be reversed.

Whoops.

>> +  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.

Tanks for feedback, posting revised patch.

[0001-Try-to-not-prioritise-reading-from-lower-fds.patch (#("text/x-patch", inline)]
[signature.asc (application/pgp-signature, inline)]

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.