zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>, jerry.rocteur@gmail.com
Subject: Re: zsh array subscripting with ksh comp behaviour
Date: Thu, 21 Aug 2014 12:47:28 -0700	[thread overview]
Message-ID: <CAH+w=7aeMrNn2M8nN65PmZHisMRA_hDY0Vs+jfLknkpJpLzEQA@mail.gmail.com> (raw)
In-Reply-To: <CAGAAoy2-y7635O+wtC2ToocZ9_Mhze70WrrXLwFZ=4-UiC9e7w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

On Aug 21, 2014 6:57 AM, "Jerry Rocteur" <jerry.rocteur@gmail.com> wrote:
>
> I have noticed something strange, it is easy to solve but should this
> really be default behaviour, I thought I'd report it.
>
> ] arr=(one two three)
> ] echo ${arr[0]}
> one
> ] echo ${arr[1]}
> one

Is the behavior you find strange (a) that ${arr[0]} is "one" or (b) that
${arr[1]} is not "two"?

If (a) you may be happy to hear that this has been changed in more recent
zsh releases, so that (without ksharrays set) ${arr [0]} is the empty
string, as with any other index that is outside the array bounds.

If (b) then this has already been explained as zsh's normal 1-based
indexing (again, without ksharrays).

  parent reply	other threads:[~2014-08-21 19:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21 13:54 Jerry Rocteur
2014-08-21 14:47 ` Roman Neuhauser
2014-08-21 19:47 ` Bart Schaefer [this message]
2014-08-23 18:03   ` Peter Stephenson
2014-08-23 19:24     ` Bart Schaefer

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='CAH+w=7aeMrNn2M8nN65PmZHisMRA_hDY0Vs+jfLknkpJpLzEQA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=jerry.rocteur@gmail.com \
    --cc=zsh-users@zsh.org \
    /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).