From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27636 invoked from network); 9 Oct 2005 02:55:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Oct 2005 02:55:09 -0000 Received: (qmail 26854 invoked from network); 9 Oct 2005 02:55:03 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Oct 2005 02:55:03 -0000 Received: (qmail 27325 invoked by alias); 9 Oct 2005 02:54:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21857 Received: (qmail 27316 invoked from network); 9 Oct 2005 02:54:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 9 Oct 2005 02:54:58 -0000 Received: (qmail 26472 invoked from network); 9 Oct 2005 02:54:58 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 9 Oct 2005 02:54:56 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IO200C15O3I0XD1@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 08 Oct 2005 21:54:55 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j992spi8006482; Sat, 08 Oct 2005 19:54:51 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j992so35006481; Sat, 08 Oct 2005 19:54:50 -0700 Date: Sun, 09 Oct 2005 02:54:49 +0000 From: Bart Schaefer Subject: Re: cosmetic completion problem In-reply-to: <20051008214058.GA16720@scowler.net> To: Clint Adams , zsh-workers@sunsite.dk Message-id: <1051009025449.ZM6480@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <20051006205811.GA29634@scowler.net> <20051008073254.GB81@DervishD> <20051008214058.GA16720@scowler.net> Comments: In reply to Clint Adams "Re: cosmetic completion problem" (Oct 8, 5:40pm) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=unavailable version=3.0.4 On Oct 8, 5:40pm, Clint Adams wrote: } Subject: Re: cosmetic completion problem } } This seems to fix part of the problem, but not all of it. I don't know } what it breaks. This doesn't help at all for me. I still get a reproducible crash. (I applied the equivalent patch to the non-unicode section of the code.) Inside that same (col >= columns) block is an fputs() call that's intended to make sure that the line really has wrapped when col == columns. I'm not sure, looking at it, why that's only necessary when (colors).