From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 683 invoked from network); 12 Oct 2000 12:24:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Oct 2000 12:24:33 -0000 Received: (qmail 11277 invoked by alias); 12 Oct 2000 12:23:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12984 Received: (qmail 11254 invoked from network); 12 Oct 2000 12:23:39 -0000 From: "Bart Schaefer" Message-Id: <1001012122335.ZM4540@candle.brasslantern.com> Date: Thu, 12 Oct 2000 12:23:34 +0000 In-Reply-To: <200010120844.KAA30202@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: PATCH: all completions" (Oct 12, 10:44am) References: <200010120844.KAA30202@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: all completions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 12, 10:44am, Sven Wischnowsky wrote: } } Bart Schaefer wrote: } } > What about _ignored? } } Ah, right, this does. Hm, but when I think about this alternate-set } stuff it comes from: doesn't it may make sense to add all the ignored } matches? At least than all corrections. It may make sense to add all the ignored matches, but not in the same single completion where one adds all the not-ignored matches. Is there some way to get all the ignored matches added only if there aren't any that are not ignored? Can one use _all_matches more than once in the list of completers, e.g. both before and after _ignored? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net