From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11551 invoked from network); 12 Jan 2000 21:03:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Jan 2000 21:03:38 -0000 Received: (qmail 4560 invoked by alias); 12 Jan 2000 21:03:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9302 Received: (qmail 4552 invoked from network); 12 Jan 2000 21:03:31 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _path_files -g References: <200001121525.QAA02658@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 13 Jan 2000 06:03:29 +0900 In-Reply-To: Sven Wischnowsky's message of "Wed, 12 Jan 2000 16:25:19 +0100 (MET)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <200001121525.QAA02658@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > The patch below implements this behaviour and replaces > ignored-suffixes with ignored-patterns. I found a problem with ignored-patterns. Z(2):akr@is27e1u11% Src/zsh -f is27e1u11% bindkey -e; autoload -U compinit; compinit -D is27e1u11% zstyle ":completion*::vi:*" ignored-patterns \*\?.bbl \*\?.blg is27e1u11% touch zz.{tex,bbl,blg} is27e1u11% ls zz.* zz.bbl zz.blg zz.tex is27e1u11% vi zz.b The last just removes the word `zz.b' instead of listing files. -- Tanaka Akira