I've been meaning to write some completion functions for Solaris-specific utilities and get them added to the zsh distribution if at all possible. Some I've had written for some time, like the following, which are for the packaging commands. I've got some for the SMF and DTrace commands as well, but they need some more work before they're all that good. I'm generally writing to the latest Solaris bits (meaning the latest Nevada bits available through opensolaris). I'm not sure how best to deal with the utilities changing through the releases, as most don't have usefully parseable help outputs. Perhaps a switch on the uname, assuming that anything unrecognized is the latest stuff? Anyway, I'll try to keep these coming. I'd love to have 'em in by default. Thanks, Danek