zsh-users
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@thelonious.new.ox.ac.uk>
To: zsh-users@math.gatech.edu
Subject: Re: Exporting arrays
Date: Mon, 12 Jan 1998 22:12:12 +0000	[thread overview]
Message-ID: <19980112221212.47183@thelonious.new.ox.ac.uk> (raw)
In-Reply-To: <199801121515.PAA11821@taos.demon.co.uk>; from Andrew Main on Mon, Jan 12, 1998 at 03:15:00PM +0000

Andrew Main (zefram@tao.co.uk) wrote:
> Bernd Eggink wrote:
> >   a=(${(s(:))aex})
> >
> >Unfortunately this doesn't work if an array element is empty! Example:
> 
> Both behaviours are useful.  What would really be nice would be to
> make the delimiter a glob pattern, so that both behaviours (and more)
> are available.  That would make the default behave the way you want it,
> which is probably better overall, because if one really wanted the other
> form of splitting then this would become immediately obvious.

Many thanks to all who replied.  If I had had my brain switched
on at the time I would have realised that environment variables
cannot be arrays; I even missed the rather obvious hint that
some shells don't have arrays at all!  Doh.

Anyway, while we're on the topic of making tiny nooks and
crannies of zsh into potential glob patterns, can I ask what's
the deal with the pattern in

    compctl ... -x C[offset,pattern] ...
                       ^^^^^^^

and also for W[] and R[]?

Is that glob patterns also, or something else?  I ask, because I
can't get it working.  I want a condition like C[0,abcd????]
i.e. only completes when the current word is abcd followed by
four other characters (preferably digits only, if that was
possible).  When I try that compctl, it offers no completions at
all :-(

An another related note, can there be some provision in globbing
for the equivalents of the regexps 

    x{n}
    x{n,}
    x{,m}
    x{n,m}

for non-trivial n and m?  At the moment it seems you can only
specify none, one or many.

By the way, if anyone's interested, I'm slowly making
progressing with a patch that implements dabbrev-expand (see my
post on Jan 2nd).  However I'm a complete novice at hacking the
internals of shells, so I'm not sure whether the end product
would be worthwhile even if it worked (although I think the
patch required should be pretty small so maybe there's not too
much scope for error).  Should I join the zsh-workers list?


  parent reply	other threads:[~1998-01-12 22:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-11 18:16 Adam Spiers
1998-01-12  3:51 ` Geoff Wing
1998-01-12  9:01 ` Peter Stephenson
1998-01-12 10:45 ` Andrew Main
1998-01-12 13:48   ` Bernd Eggink
1998-01-12 15:15     ` Andrew Main
1998-01-12 21:24       ` Bernd Eggink
1998-01-12 22:12       ` Adam Spiers [this message]
1998-01-12 23:15         ` Mirar
1998-01-13  1:39           ` Adam Spiers
1998-01-13 14:12             ` Mirar

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=19980112221212.47183@thelonious.new.ox.ac.uk \
    --to=adam@thelonious.new.ox.ac.uk \
    --cc=adam.spiers@new.ox.ac.uk \
    --cc=zsh-users@math.gatech.edu \
    /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).