From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21780 invoked from network); 7 Sep 1999 19:17:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Sep 1999 19:17:25 -0000 Received: (qmail 20632 invoked by alias); 7 Sep 1999 19:17:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7699 Received: (qmail 20622 invoked from network); 7 Sep 1999 19:17:10 -0000 To: zsh-workers@sunsite.auc.dk Subject: multiple _message call 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: 08 Sep 1999 04:17:08 +0900 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) I found a problem with _message. Z(2):akr@is27e1u11% Src/zsh -f is27e1u11% echo <^C> is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst is27e1u11% compconf group_matches=yes message_format='%d' description_format='%d' describe_options=yes is27e1u11% _tst () { _message a; _message b } is27e1u11% tst After above operation, I get: is27e1u11% tst a @<- cursor here. b Although I don't know why, this does not happen without first "echo <^C>". -- Tanaka Akira