From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16411 invoked from network); 18 May 1999 06:28:20 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 May 1999 06:28:20 -0000 Received: (qmail 29572 invoked by alias); 18 May 1999 06:28:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6300 Received: (qmail 29560 invoked from network); 18 May 1999 06:27:58 -0000 To: zsh-workers@sunsite.auc.dk Subject: compadd -f with IPREFIX. 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: 18 May 1999 15:27:47 +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.9 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) I found a problem with zsh-3.1.5-pws-18. Z:akr@is27e1u11% ./Src/zsh -f is27e1u11% cat <<'End' > Completion/User/_tst heredoc> #compdef tst heredoc> compset -P : heredoc> compadd -f - * heredoc> End is27e1u11% fpath=($PWD/Completion/*(/)) is27e1u11% . Completion/Core/compinit is27e1u11% tst :Compl then, I get following. is27e1u11% tst :Completion I think zsh should complete a suffix "/". Also, truss reports that zsh stat ":Completion" as following. stat64(":Completion", 0xFFBEEF00) Err#2 ENOENT -- Tanaka Akira