zsh-workers
 help / color / mirror / code / Atom feed
From: "Owen M. Astley" <oma1000@cam.ac.uk>
To: zsh-workers@sunsite.auc.dk
Subject: noglob and setting variables
Date: Wed, 4 Aug 1999 19:01:36 +0100 (BST)	[thread overview]
Message-ID: <Pine.OSF.3.96.990804185405.2268A-100000@alpha3.poco.phy.cam.ac.uk> (raw)

Is this a bug or a feature?

In a directory with 32 files...

alpha3-~% a=(*)
alpha3-~% echo $#a
32
alpha3-~% noglob a=(*)
zsh: command not found: a=(*)
alpha3-~% noglob set -A a *
alpha3-~% echo $#a
1

So assignment using '=' doesn't appear to be a command.  What is it
then?

This is on zsh-3.0.5.

Owen



             reply	other threads:[~1999-08-04 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-04 18:01 Owen M. Astley [this message]
1999-08-05  4:28 ` 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=Pine.OSF.3.96.990804185405.2268A-100000@alpha3.poco.phy.cam.ac.uk \
    --to=oma1000@cam.ac.uk \
    --cc=zsh-workers@sunsite.auc.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).