GNU bug report logs -
#56025
29.0.50; em-extpipe-test-2 times out on EMBA and Cygwin
Previous Next
Reported by: Ken Brown <kbrown <at> cornell.edu>
Date: Thu, 16 Jun 2022 18:36:02 UTC
Severity: normal
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #136 received at 56025 <at> debbugs.gnu.org (full text, mbox):
> Cc: larsi <at> gnus.org, 56025 <at> debbugs.gnu.org, spwhitton <at> email.arizona.edu,
> kbrown <at> cornell.edu
> From: Jim Porter <jporterbugs <at> gmail.com>
> Date: Sun, 17 Jul 2022 10:44:26 -0700
>
> My patch adds support for `make-process' to use a PTY only for the child
> process's stdin or its stdout (in addition to the preexisting behaviors
> of PTY for both or neither). This then lets Eshell request a pipe for
> foo's stdout and bar's stdin, while using PTYs for foo's stdin and bar's
> stdout:
>
> Before:
> [pty 1] -> foo -> [pty 1] -> Eshell -> [pty 2] -> bar -> [pty 2]
>
> After:
> [pty 1] -> foo -> [pipe] -> Eshell -> [pipe] -> bar -> [pty 2]
This assumes that we never want foo to behave as it does when
displaying on a terminal device. Are we sure we will never want that?
E.g., what about the equivalent of "fgrep ... | less" -- don't we want
fgrep to produce colorized output as it does when it writes to a
terminal device?
Perhaps the use of pipes should be controllable?
Thanks.
This bug report was last modified 2 years and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.