From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29156 invoked from network); 12 Apr 2005 17:02:08 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Apr 2005 17:02:08 -0000 Received: (qmail 91054 invoked from network); 12 Apr 2005 17:02:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Apr 2005 17:02:00 -0000 Received: (qmail 29767 invoked by alias); 12 Apr 2005 17:01:52 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8674 Received: (qmail 29753 invoked from network); 12 Apr 2005 17:01:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Apr 2005 17:01:52 -0000 Received: (qmail 89994 invoked from network); 12 Apr 2005 17:01:52 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 12 Apr 2005 17:01:47 -0000 Received: from candle.brasslantern.com ([4.11.1.68]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IEU00FR7FAX9EN3@vms044.mailsrvcs.net> for zsh-users@sunsite.dk; Tue, 12 Apr 2005 12:01:46 -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 j3CH1iOp007869 for ; Tue, 12 Apr 2005 10:01:45 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j3CH1iDQ007868 for zsh-users@sunsite.dk; Tue, 12 Apr 2005 10:01:44 -0700 Date: Tue, 12 Apr 2005 17:01:43 +0000 From: Bart Schaefer Subject: Re: Real KSH93 is finally free software! In-reply-to: <26858.1113322823@trentino.groupinfra.com> To: zsh-users mailing list Message-id: <1050412170144.ZM7867@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <8764yswpbh.fsf@heresy.ainola.jyu.fi> <1050412053438.ZM27569@candle.brasslantern.com> <87r7hgqjnm.fsf@heresy.ainola.jyu.fi> <29001.1113309527@csr.com> <1050412151712.ZM28145@candle.brasslantern.com> <26858.1113322823@trentino.groupinfra.com> Comments: In reply to Oliver Kiddle "Re: Real KSH93 is finally free software!" (Apr 12, 6:20pm) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Apr 12, 6:20pm, Oliver Kiddle wrote: } } The ksh93 implementation of discipline functions doesn't cope well } with the fact that functions don't follow parameter scoping rules. So } any implementation of discipline functions may be better off using a } different design, incompatible with ksh. That doesn't address the original question whether zsh can be capable of executing any and all interesting ksh scripts.