Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Writing completion for option taking comma-separated list of filenames
- X-seq: zsh-users 11009
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "zsh-users@xxxxxxxxxx" <zsh-users@xxxxxxxxxx>
- Subject: Writing completion for option taking comma-separated list of filenames
- Date: Sun, 19 Nov 2006 23:29:27 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=hZO1eM2/AUPrMauE3quteu1Fa9HV3HBOsVcK0lav6K6ds6MNTuR+UeS6Vi8x91KrL6c71FOrWsoryvSBb72nRbrh5+11uvWtY/WRWCY/sTYhdHnZ3bkYSq0KT8LPtw1080SNU42g8ynmEmst8jgmKcaHC9MTR2eTxnqpLiNIOS0=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
Hi!
So mkisofs' -B option takes a comma-separated list of filenames to use
for sun4X boot-images and I was wondering how to handle that in a
completion function. I need something like "_values -s , ...", but
with filenames instead of fixed values.
Thanks.
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author