From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14324 invoked from network); 19 Dec 2007 19:19:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Dec 2007 19:19:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 84708 invoked from network); 19 Dec 2007 19:19:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Dec 2007 19:19:45 -0000 Received: (qmail 27677 invoked by alias); 19 Dec 2007 19:19:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24298 Received: (qmail 27662 invoked from network); 19 Dec 2007 19:19:41 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Dec 2007 19:19:41 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 892A38058F54 for ; Wed, 19 Dec 2007 20:16:25 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Wed, 19 Dec 2007 20:16:25 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 922C85CF47; Wed, 19 Dec 2007 14:19:34 -0500 (EST) Date: Wed, 19 Dec 2007 14:19:34 -0500 From: Clint Adams To: Tonguc Yumruk , 457076@bugs.debian.org Cc: zsh-workers@sunsite.dk Subject: Re: Bug#457076: zsh: is-at-least does not work properly Message-ID: <20071219191934.GB12859@scowler.net> Mail-Followup-To: Tonguc Yumruk , 457076@bugs.debian.org, zsh-workers@sunsite.dk References: <20071219151458.GA4123@terra.galaxy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071219151458.GA4123@terra.galaxy> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Wed, Dec 19, 2007 at 05:15:09PM +0200, Tonguc Yumruk wrote: > The is-at-least function in zsh (which is used in some other functions) > uses setopt LOCAL_OPTIONS which is only available in ksh emulation mode. > Instead it should use emulate -L zsh to use LOCAL_OPTIONS in zsh mode. > Patch is attached. What do you mean? > 17c17 > < emulate zsh ; setopt LOCAL_OPTIONS > --- > > emulate -L zsh #; setopt LOCAL_OPTIONS