From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10096 invoked from network); 15 Sep 1999 12:43:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Sep 1999 12:43:56 -0000 Received: (qmail 26851 invoked by alias); 15 Sep 1999 12:43:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7839 Received: (qmail 26843 invoked from network); 15 Sep 1999 12:43:43 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: per-match-display-strings References: <199909141443.QAA29594@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: 15 Sep 1999 21:43:34 +0900 In-Reply-To: Sven Wischnowsky's message of "Tue, 14 Sep 1999 16:43:05 +0200 (MET DST)" 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 <199909141443.QAA29594@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > This adds the `-d' and `-l' options to `compadd'. I found a problem with this. Script started on Wed Sep 15 21:40:00 1999 $ Src/zsh -f is27e1u11% echo $$ > /tmp/zsh.pid is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst is27e1u11% zmodload complist is27e1u11% _tst () { compadd -d $'(a\\\n b)' c d } is27e1u11% tst This produces infinite spaces... -- Tanaka Akira