From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12582 invoked from network); 29 Apr 1999 01:41:16 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Apr 1999 01:41:16 -0000 Received: (qmail 24349 invoked by alias); 29 Apr 1999 01:41:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6144 Received: (qmail 24328 invoked from network); 29 Apr 1999 01:40:48 -0000 From: "Bart Schaefer" Message-Id: <990428183837.ZM5331@candle.brasslantern.com> Date: Wed, 28 Apr 1999 18:38:36 -0700 In-Reply-To: Comments: In reply to Greg Badros "Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)" (Apr 28, 6:09pm) References: <990428001558.ZM848@candle.brasslantern.com> <990428084314.ZM2839@candle.brasslantern.com> <990428174435.ZM5142@candle.brasslantern.com> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Greg Badros Subject: Re: alwayslastprompt bugs in 3.0.6-pre-2 (?) Cc: zsh-workers@sunsite.auc.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 28, 6:09pm, Greg Badros wrote: > Subject: Re: alwayslastprompt bugs in 3.0.6-pre-2 (?) > "Bart Schaefer" writes: > > Can someone justify to me why it's better to not clear the completion > listing for Esc-X? Probably not, because it's not better. That's why it changed in 3.1.5+. The issue is that there are a number of other commands that don't clear the completion list for which that's also sub-optimal, so it's hard to justify fixing any one of them, and harder to justify fixing all of them. However, if Sven (or anyone else) sends a patch, I'll include it.