From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27467 invoked from network); 9 Jul 2001 11:46:59 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jul 2001 11:46:59 -0000 Received: (qmail 27834 invoked by alias); 9 Jul 2001 11:46:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15324 Received: (qmail 27820 invoked from network); 9 Jul 2001 11:46:51 -0000 From: Sven Wischnowsky Date: Mon, 9 Jul 2001 13:44:30 +0200 (MET DST) Message-Id: <200107091144.NAA14056@beta.informatik.hu-berlin.de> To: zsh-workers@sunsite.dk Subject: Re: Zsh observations In-Reply-To: <1010709112853.ZM19897@candle.brasslantern.com> Bart Schaefer wrote: > ... > > BTW, if Sven is reading this: Looking at _complete_debug output, I see that > the ignored-patterns end up repeated twice in the setting of _comp_ignore in > _path_files at line 93. Shouldn't make any difference, but seems odd. Yes. That's to be able to add the stuff from $fignore (checked just before that line) and probably other patterns given with -F to _path_files directly (not automatically/indirectly from _description). It could be cleaned up, but doesn't bother me enough to try. Hm, of course we could just define _comp_ignore with -U. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de