zsh-users
 help / color / mirror / code / Atom feed
From: Jerry Rocteur <jerry.rocteur@gmail.com>
To: zsh-users@zsh.org
Subject: zsh array subscripting with ksh comp behaviour
Date: Thu, 21 Aug 2014 15:54:45 +0200	[thread overview]
Message-ID: <CAGAAoy2-y7635O+wtC2ToocZ9_Mhze70WrrXLwFZ=4-UiC9e7w@mail.gmail.com> (raw)

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

Hi,

My company gives us our default zsh in ksh compatibility mode.

I don't really like working this way so when I get a new shell I usually
just type zsh and load up my favourite options

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
] echo ${arr[2]}
two
] echo ${arr[3]}
three

setopt ksharrays

] echo ${arr[0]}
one
] echo ${arr[1]}
two
] echo ${arr[2]}
three
] echo ${arr[3]}

Regards,

Jerry Rocteur

             reply	other threads:[~2014-08-21 13:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21 13:54 Jerry Rocteur [this message]
2014-08-21 14:47 ` Roman Neuhauser
2014-08-21 19:47 ` Bart Schaefer
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='CAGAAoy2-y7635O+wtC2ToocZ9_Mhze70WrrXLwFZ=4-UiC9e7w@mail.gmail.com' \
    --to=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).