zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: "Zsh Hackers' List" <zsh-workers@sunsite.dk>
Cc: Aaron Davies <aaron.davies@gmail.com>
Subject: Re: Cygwin New User Issue?
Date: Mon, 17 Aug 2009 12:11:33 +0100	[thread overview]
Message-ID: <20090817121133.427648cb@news01> (raw)
In-Reply-To: <1B213508-B026-4632-8A06-B1D5FB1E2586@gmail.com>

On Tue, 11 Aug 2009 10:20:15 +0800
Aaron Davies <aaron.davies@gmail.com> 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 <pws@csr.com>            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'


       reply	other threads:[~2009-08-17 11:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1B213508-B026-4632-8A06-B1D5FB1E2586@gmail.com>
2009-08-17 11:11 ` Peter Stephenson [this message]
2009-08-19  1:03   ` Aaron Davies
2009-08-21 14:26     ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090817121133.427648cb@news01 \
    --to=pws@csr.com \
    --cc=aaron.davies@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).