zsh-workers
 help / color / mirror / code / Atom feed
* Pipeline process wait bug in 3.0.5
@ 1998-04-18 10:04 Bart Schaefer
  1998-04-18 13:21 ` TGAPE!
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 1998-04-18 10:04 UTC (permalink / raw)
  To: zsh-workers

I have this little function:

isset () {
        setopt | grep -i $(echo $1 | tr -d _)
}

This is so I can type e.g.

zsh% isset auto_cd
autocd                on

However, a bit less than half the time, running this function produces

zsh% isset autocd
zsh% autocd                on

(with the cursor now at the beginning of the next line).  I can't be sure,
of course, but it seems to me this must be a problem with zsh failing to
wait for the entire pipeline to complete before it prints the next prompt.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-04-18 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-18 10:04 Pipeline process wait bug in 3.0.5 Bart Schaefer
1998-04-18 13:21 ` TGAPE!
1998-04-18 21:49   ` Bart Schaefer

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