From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7980 invoked from network); 21 Oct 2005 11:39:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Oct 2005 11:39:59 -0000 Received: (qmail 92159 invoked from network); 21 Oct 2005 11:39:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Oct 2005 11:39:52 -0000 Received: (qmail 17333 invoked by alias); 21 Oct 2005 11:39:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21900 Received: (qmail 17324 invoked from network); 21 Oct 2005 11:39:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Oct 2005 11:39:49 -0000 Received: (qmail 91946 invoked from network); 21 Oct 2005 11:39:49 -0000 Received: from her-isrv.ionific.com (195.197.252.67) by a.mx.sunsite.dk with SMTP; 21 Oct 2005 11:39:48 -0000 Received: from her-gw.ionific.com ([195.197.252.66] helo=trews52.bothi.fi) by her-isrv.ionific.com with esmtp (Exim 3.35 #1 (Debian)) id 1ESvFR-0007I1-00; Fri, 21 Oct 2005 14:39:45 +0300 Received: from azure by trews52.bothi.fi with local (Exim 3.36 #1 (Debian)) id 1ESvFI-0006VP-00; Fri, 21 Oct 2005 14:39:36 +0300 To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: Re: Superfluous CRs trouble completion routines in Cygwin From: Hannu Koivisto Date: Fri, 21 Oct 2005 14:39:26 +0300 In-Reply-To: <1051020145129.ZM2623@candle.brasslantern.com> (Bart Schaefer's message of "Thu, 20 Oct 2005 14:51:29 +0000") Message-ID: <87d5lzw13l.fsf@trews52.bothi.fi> User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.4 (i386-pc-linux-gnu) References: <87irvzys44.fsf@trews52.bothi.fi> <1051015180240.ZM22900@candle.brasslantern.com> <1051016002252.ZM23495@candle.brasslantern.com> <87y84owe0f.fsf@trews52.bothi.fi> <1051020145129.ZM2623@candle.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Hannu Koivisto 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.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 Bart Schaefer writes: > On Oct 20, 3:48pm, Hannu Koivisto wrote: > } Subject: Re: PATCH: Re: Superfluous CRs trouble completion routines in Cyg > } > } I applied your patch [adding \r to IFS] to zsh 4.2.4 / Cygwin. Now p4 > } causes a segfault... > > Do other completions also segfault, or just that one? Do you get any Just that one (I tried ls, diff and cvs completions). > output at all from complete-debug (ctrl-x question-mark)? Does No, it segfaults when I hit C-x ? > change anything if you remove the \\0 (NUL) from the IFS assignment? No. However, when I removed \\r the problem went away. -- Hannu