zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: Zsh Hackers' List <zsh-workers@zsh.org>
Subject: Re: zpty -r and pipes
Date: Mon, 13 May 2013 17:21:17 +0100	[thread overview]
Message-ID: <20130513172117.6c6c8ee5@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <20130513152720.GA10320@chaz.gmail.com>

On Mon, 13 May 2013 16:27:20 +0100
Stephane Chazelas <stephane.chazelas@gmail.com> wrote:
> $ zsh -c 'zmodload zsh/zpty; zpty E echo test; zpty -r E'
> test
> 
> But if I pipe it to anything:
> 
> $ zsh -c 'zmodload zsh/zpty; zpty E echo test; zpty -r E | cat'
> $
> 
> No output.
> 
> Those are fine though:
> 
> $ zsh -c 'zmodload zsh/zpty; zpty E echo test; echo $(zpty -r E)'
> test
> $ zsh -c 'zmodload zsh/zpty; zpty E echo test; {zpty -r E} | cat'
> test

First guess and without looking into it is it might be a job control
thing.  Those look just the circumstances where we wouldn't have a
special job in a subshell (pipeline) or where we would (command
substitution, new current-shell process before the fork).

But I could just be wasting typing time.

Not sure what this has got to do with file descriptors anyway.

pws


  reply	other threads:[~2013-05-13 16:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 15:27 Stephane Chazelas
2013-05-13 16:21 ` Peter Stephenson [this message]
2013-05-14  1:25 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130513172117.6c6c8ee5@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).