From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12597 invoked from network); 7 Aug 2006 17:20:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Aug 2006 17:20:22 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 64087 invoked from network); 7 Aug 2006 17:20:16 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Aug 2006 17:20:16 -0000 Received: (qmail 22016 invoked by alias); 7 Aug 2006 17:20:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22590 Received: (qmail 22007 invoked from network); 7 Aug 2006 17:20:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Aug 2006 17:20:13 -0000 Received: (qmail 63810 invoked from network); 7 Aug 2006 17:20:13 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 7 Aug 2006 17:20:10 -0000 Received: from torch.brasslantern.com ([71.116.81.116]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J3N00M1B1H05AZ3@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 07 Aug 2006 12:19:50 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k77HJkPZ019624 for ; Mon, 07 Aug 2006 10:19:47 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k77HJkw2019623 for zsh-workers@sunsite.dk; Mon, 07 Aug 2006 10:19:46 -0700 Date: Mon, 07 Aug 2006 10:19:46 -0700 From: Bart Schaefer Subject: Re: PATCH: complist with long display lines In-reply-to: <200608071540.k77FeWcL020899@news01.csr.com> To: zsh-workers@sunsite.dk (Zsh hackers list) Message-id: <060807101946.ZM19622@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200608071540.k77FeWcL020899@news01.csr.com> Comments: In reply to Peter Stephenson "PATCH: complist with long display lines" (Aug 7, 4:40pm) On Aug 7, 4:40pm, Peter Stephenson wrote: } } Amazingly, I think I may have fixed a bug in completion. Wow, that's cool. Now, about zsh-workers/21842 ...