From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16283 invoked from network); 19 Aug 2009 01:28:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00, RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_SORBS_WEB autolearn=no version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 19 Aug 2009 01:28:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 41949 invoked from network); 19 Aug 2009 01:20:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Aug 2009 01:20:01 -0000 Received: (qmail 19514 invoked by alias); 19 Aug 2009 01:19:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27226 Received: (qmail 5301 invoked from network); 19 Aug 2009 01:04:41 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Aug 2009 01:04:41 -0000 Received: from mail-px0-f191.google.com (mail-px0-f191.google.com [209.85.216.191]) by bifrost.dotsrc.org (Postfix) with ESMTP id 3AE8B8059101 for ; Wed, 19 Aug 2009 03:04:36 +0200 (CEST) Received: by pxi29 with SMTP id 29so2119316pxi.30 for ; Tue, 18 Aug 2009 18:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=d4Wce4D7Ql550C+8ZKdlfb+tAaSnCo12Dk2WQDrsxNw=; b=hL80rLYd5VE4FR4NL4wHzK/18QhN3tOFWuhmhgB5/EhkM0WfPVFDRXAgKPdtEX4JtU R7IDxImq6JDGl1G0TYuUvZzT0PEcmL39xjnPItkmr2JfNOshHgSK6yi7oEzhlXMwJj3B 6wtSeMcBPV89myNl6VgQVEfazguvSEgJD1ads= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=suyTuQC9Bn0Bst0pgaiH/KowbjGGdRGW9oVqrWLts8Mt3CShgD84E8SkY1W7P1wVsY q0pIUSamZCmZuJkycQQfWgdyOnQz5SYU9JiXSLPYNDNXD+QVa06YxEFl5Mha+5V8cFLh L6hwUw4kLIlRmEQSMpM+K/LuZRcfISnOsYKyU= Received: by 10.115.87.7 with SMTP id p7mr6278624wal.161.1250643875241; Tue, 18 Aug 2009 18:04:35 -0700 (PDT) Received: from ?10.13.214.126? ([203.116.22.138]) by mx.google.com with ESMTPS id 22sm226423pxi.10.2009.08.18.18.04.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 18 Aug 2009 18:04:33 -0700 (PDT) References: <1B213508-B026-4632-8A06-B1D5FB1E2586@gmail.com> <20090817121133.427648cb@news01> Message-Id: From: Aaron Davies To: Peter Stephenson In-Reply-To: <20090817121133.427648cb@news01> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) Subject: Re: Cygwin New User Issue? Date: Wed, 19 Aug 2009 09:03:26 +0800 Cc: Zsh Hackers' List X-Virus-Scanned: ClamAV 0.94.2/9712/Tue Aug 18 19:56:37 2009 on bifrost X-Virus-Status: Clean Specific to cygwin, I should also note that the default install has no "clear" command included (they've packaged that with ncurses), so zsh- newuser-install also throws several "command not found: clear" errors. Sent from my iPhone On Aug 17, 2009, at 7:11 PM, Peter Stephenson wrote: > On Tue, 11 Aug 2009 10:20:15 +0800 > Aaron Davies wrote: >> Running zsh for the first time on a new install of cygwin, I noticed >> the following error during the zsh-newuser-install process (retyped, >> not pasted, so any typos are mine): >> >> __zni_apply_defaults:99: command not found: parsed_keymaps[main] > > The script's obviously wrong--thanks for noticing. This stuff is less > frequently used than some of the other parts. > > Index: Functions/Newuser/zsh-newuser-install > =================================================================== > RCS file: /cvsroot/zsh/zsh/Functions/Newuser/zsh-newuser-install,v > retrieving revision 1.6 > diff -u -r1.6 zsh-newuser-install > --- Functions/Newuser/zsh-newuser-install 18 Jul 2008 11:50:35 -0000 1.6 > +++ Functions/Newuser/zsh-newuser-install 17 Aug 2009 10:55:43 > -0000 > @@ -348,7 +348,7 @@ > (-B) > shift > if [[ -z $state_keymaps[main] ]]; then > - parsed_keymaps[main] = $1 > + parsed_keymaps[main]=$1 > if [[ $1 = none ]]; then > state_keymaps[main]="no value set" > else > > > -- > Peter Stephenson Software Engineer > Tel: +44 (0)1223 692070 Cambridge Silicon Radio > Limited > Churchill House, Cambridge Business Park, Cowley Road, Cambridge, > CB4 0WZ, UK > > > 'member of the CSR plc group of companies. CSR plc registered in > England and Wales, registered number 4187346, registered office > Churchill House, Cambridge Business Park, Cowley Road, Cambridge, > CB4 0WZ, United Kingdom'