From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11472 invoked from network); 31 Jan 2000 11:01:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Jan 2000 11:01:48 -0000 Received: (qmail 21869 invoked by alias); 31 Jan 2000 11:01:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9492 Received: (qmail 21860 invoked from network); 31 Jan 2000 11:01:38 -0000 From: "Bart Schaefer" Message-Id: <1000131110133.ZM32083@candle.brasslantern.com> Date: Mon, 31 Jan 2000 11:01:33 +0000 In-Reply-To: <200001310906.KAA27702@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: match again" (Jan 31, 10:06am) References: <200001310906.KAA27702@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: match again MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 31, 10:06am, Sven Wischnowsky wrote: } Subject: Re: match again } } Bart Schaefer wrote: } } > whereas all the others resemble one of } > } > zstyle :completion:correct: prompt 'correct to:' } > or } > zstyle ':completion:*' verbose yes } > } > which makes me wonder if it should be } > } > zstyle ':completion:*:default' list-colors ... } } The problem is that the default tag is tested in _main_complete which } doesn't add a context name This seems an important point to me. Is there a listing somewhere of the tags which are tested in _main_complete, or is "default" the only one? At the least the doc for the default tag should mention this. That means this example from the doc is wrong, does it not? To be able to share the same specifications one has set up for the GNU version of the ls command one can use: zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} ^^^ BTW, I hope the intention is to put a lot more zstyle examples into the docs before final release. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com