From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14498 invoked from network); 25 Apr 1999 18:44:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Apr 1999 18:44:43 -0000 Received: (qmail 29592 invoked by alias); 25 Apr 1999 18:44:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6105 Received: (qmail 29579 invoked from network); 25 Apr 1999 18:44:21 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _make References: MIME-Version: 1.0 (generated by AKEMI 1.13.1 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCP2U+PUJOGyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 26 Apr 1999 03:44:15 +0900 In-Reply-To: Tanaka Akira's message of "24 Apr 1999 00:34:35 +0900" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.1 (=?ISO-2022-JP?B?GyRCP2UbKEI=?= =?ISO-2022-JP?B?GyRCPj1CThsoQg==?=) FLAM-DOODLE/1.12.5 (=?ISO-2022-JP?B?GyRCRlAbKEI=?= 10R4.0/7.0) Emacs/20.3.8 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article , Tanaka Akira writes: > +compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" Hmm, I think that second character list should contain space and tab instead of nine spaces. *** Completion/User/_make- Mon Apr 26 03:37:38 1999 --- Completion/User/_make Mon Apr 26 03:38:13 1999 *************** *** 1,3 **** #compdef make gmake pmake ! compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" --- 1,3 ---- #compdef make gmake pmake ! compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" -- [Tanaka Akira]