From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2010 invoked from network); 12 Apr 2000 16:10:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Apr 2000 16:10:44 -0000 Received: (qmail 20718 invoked by alias); 12 Apr 2000 16:10:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10709 Received: (qmail 20700 invoked from network); 12 Apr 2000 16:10:24 -0000 From: "Bart Schaefer" Message-Id: <1000412161020.ZM12498@candle.brasslantern.com> Date: Wed, 12 Apr 2000 16:10:20 +0000 In-Reply-To: <200004120830.KAA07215@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "PATCH: Re: Question" (Apr 12, 10:30am) References: <200004120830.KAA07215@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: Re: Question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 12, 10:30am, Sven Wischnowsky wrote: } Subject: PATCH: Re: Question } } Peter Stephenson wrote: } } > Sven Wischnowsky wrote: } > > Currently, if a completion list is too long, the completion system } > > asks if onw wants to see all matches. } > > } > > Should we change it to mention the number of lines needed? } } - qup = printfmt("zsh: do you wish to see all %n possibilities? ", } - listdat.nlist, 1, 1); } + qup = printfmt("zsh: do you wish to see all %n lines? ", } + listdat.nlines, 1, 1); Oh, I thought you were going to ADD the information about the number of lines needed, not replace the number of matches with it. I want to see the number of matches in there, at least when it's greater than zero. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com