From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14904 invoked from network); 25 Oct 2000 10:24:27 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Oct 2000 10:24:27 -0000 Received: (qmail 10287 invoked by alias); 25 Oct 2000 10:24:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13083 Received: (qmail 10279 invoked from network); 25 Oct 2000 10:24:20 -0000 To: zsh-workers@sunsite.auc.dk Path: mason From: mason@primenet.com.au (Geoff Wing) X-Newsgroups: lists.zsh.workers Subject: Re: bug with completion (after 15 oct?) Date: 25 Oct 2000 10:24:14 GMT Organization: PrimeNet Computer Consultants Distribution: local Message-ID: References: mason@primenet.com.au's message of 25 Oct 2000 07:49:03 GMT <200010250817.KAA23761@beta.informatik.hu-berlin.de> Reply-To: mason@primenet.com.au NNTP-Posting-Host: coral.primenet.com.au X-Trace: coral.primenet.com.au 972469454 14856 203.43.15.2 (25 Oct 2000 10:24:14 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: 25 Oct 2000 10:24:14 GMT User-Agent: slrn/0.9.6.3 (NetBSD) Sven Wischnowsky typed: :Geoff Wing wrote: :Aha. It didn't find out that it had a new list. The patch adds a :counter counting how often we have invalidated a completion list and :then uses that counter to find out if the list displayed is the same :as before. OK, if that's what you committed, then here's the next quirk: (continuation from same situation as before) % ls ba # gives % ls bar bar bar # when I think it should still be cycling between them. I'll have to # check the setopt's I gave but historically it would. Of course, it # doesn't coredump :-) So that's better! Regards, Geoff