From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12246 invoked from network); 13 Jul 2004 02:03:27 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.85) by ns1.primenet.com.au with SMTP; 13 Jul 2004 02:03:27 -0000 Received: (qmail 26776 invoked from network); 13 Jul 2004 02:07:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Jul 2004 02:07:00 -0000 Received: (qmail 17612 invoked by alias); 13 Jul 2004 02:03:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20154 Received: (qmail 17602 invoked from network); 13 Jul 2004 02:03:12 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.85) by sunsite.dk with SMTP; 13 Jul 2004 02:03:12 -0000 Received: (qmail 26540 invoked from network); 13 Jul 2004 02:06:51 -0000 Received: from g.primenet.com.au (203.24.36.10) by a.mx.sunsite.dk with SMTP; 13 Jul 2004 02:06:38 -0000 Received: (qmail 26533 invoked by uid 100); 13 Jul 2004 02:02:54 -0000 Date: Tue, 13 Jul 2004 12:02:54 +1000 From: Geoff Wing To: Zsh Hackers Subject: Re: Another completion-time screen refresh bug Message-ID: <20040713020254.GA856@primenet.com.au> References: <1040331164725.ZM29343@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040331164725.ZM29343@candle.brasslantern.com> User-Agent: Mutt/1.4.2.1i Organization: PrimeNet Computer Consultancy X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 Bart Schaefer output in workers/19714: :With this style: :zstyle ':completion:*' completer _all_matches _complete _match _approximate : :If, in the zsh source tree, I type: :schaefer<528> rm :I get the following output, with the cursor on the SECOND line: : :schaefer<528> rm :Completing filrm ... :Completing all matches :Src ChangeLog Completion stamp-h.in configure autom4te-2.53.cache configure. ... I can't reproduce this anymore (though I think I could at the time). Was it fixed or did it just go away or can people still reproduce it (and provide steps from "zsh -f") I can't reproduce workers/19587 either (don't remember if I could previously). Regards, Geoff