From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11707 invoked from network); 19 Oct 2005 01:46:03 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Oct 2005 01:46:03 -0000 Received: (qmail 66624 invoked from network); 19 Oct 2005 01:45:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Oct 2005 01:45:57 -0000 Received: (qmail 7448 invoked by alias); 19 Oct 2005 01:45:48 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9520 Received: (qmail 7439 invoked from network); 19 Oct 2005 01:45:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Oct 2005 01:45:47 -0000 Received: (qmail 65055 invoked from network); 19 Oct 2005 01:45:47 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 19 Oct 2005 01:45:46 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IOL0065S3K08T40@vms048.mailsrvcs.net> for zsh-users@sunsite.dk; Tue, 18 Oct 2005 20:45:37 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j9J1jZgp032072; Tue, 18 Oct 2005 18:45:36 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j9J1jZGP032071; Tue, 18 Oct 2005 18:45:35 -0700 Date: Wed, 19 Oct 2005 01:45:35 +0000 From: Bart Schaefer Subject: Re: How to "STTY" when "setopt nointeractive"? In-reply-to: <20051018191756.GA407@DervishD> To: DervishD , Zsh Users Message-id: <1051019014535.ZM32070@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <20051018191756.GA407@DervishD> Comments: In reply to DervishD "How to "STTY" when "setopt nointeractive"?" (Oct 18, 9:17pm) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On Oct 18, 9:17pm, DervishD wrote: } } I was testing Bart's suggestion for my problematic "zpty" command } and I found that, after succesfully testing in the command line, it } didn't work in the script. Remember (again :-) that the arguments to zpty are processed as if with eval. So zpty cdda2wav STTY=-onlcr cdda2wav -v toc,sectors -J -H is the same as zpty cdda2wav "stty -onlcr; cdda2wav -v toc,sectors -J -H"