From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19545 invoked from network); 29 Jan 2000 09:03:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Jan 2000 09:03:57 -0000 Received: (qmail 5969 invoked by alias); 29 Jan 2000 09:03:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9467 Received: (qmail 5961 invoked from network); 29 Jan 2000 09:03:51 -0000 To: zsh-workers@math.gatech.edu Subject: doc question about compadd X-Attribution: adl From: Alexandre Duret-Lutz Date: 29 Jan 2000 10:04:34 +0100 Message-ID: User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>From zshcompwid.1: -1 If given together with the -V option, makes only consecutive duplicates in the group be removed. Note that groups with and without this flag are in different name spaces. -2 If given together with the -J or -V option, makes all duplicates be kept. Again, groups with and without this flag are in different name spaces. I deduce that -1 cannot be used with -J. >>From Completion/Core/_tags: compadd -J "$name" compadd -V "$name" compadd -J "$name" -1 compadd -V "$name" -1 compadd -J "$name" -2 compadd -V "$name" -2 I deduce that it can. Which is wrong? -- Alexandre Duret-Lutz