Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fun with zsh (Re: Associative array ordering (Re: Example function))
- X-seq: zsh-workers 5213
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Fun with zsh (Re: Associative array ordering (Re: Example function))
- Date: Wed, 3 Feb 1999 09:38:06 -0800
- In-reply-to: <199902031500.QAA12969@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199902031500.QAA12969@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Feb 3, 4:00pm, Sven Wischnowsky wrote:
} Subject: Re: Fun with zsh (Re: Associative array ordering (Re: Example fun
}
}
} Bart Schaefer wrote:
}
} > Following application of your patch, using 3.1.5-pws-6 zsh -f,
} >
} > zsh% foo=('(I*)<TAB>
} >
} > only feeps
}
} Whew. The first behavior is the correct one, since the completion code
} should take the `(I*)' as the prefix of the string to complete and as
} long as you don't have a file with a name starting with this, nothing
} should be matched.
But I *DO* have a file beginning with "I" -- $PWD is the zsh source root,
so the INSTALL file is there. (I*) apparently isn't a glob pattern:
zagzig% echo (I*)
zsh: no matches found: (I*)
zagzig% echo (I*|)
INSTALL
So if your patch somehow makes (I*) complete, something weird is going on.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author