From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5660 invoked from network); 21 Oct 2005 03:30:36 -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 03:30:36 -0000 Received: (qmail 69756 invoked from network); 21 Oct 2005 03:30:29 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Oct 2005 03:30:29 -0000 Received: (qmail 12963 invoked by alias); 21 Oct 2005 03:30:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21896 Received: (qmail 6451 invoked from network); 20 Oct 2005 12:48:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Oct 2005 12:48:40 -0000 Received: (qmail 77054 invoked from network); 20 Oct 2005 12:48:40 -0000 Received: from her-isrv.ionific.com (195.197.252.67) by a.mx.sunsite.dk with SMTP; 20 Oct 2005 12:48:39 -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 1ESZqV-0003Wm-00; Thu, 20 Oct 2005 15:48:35 +0300 Received: from azure by trews52.bothi.fi with local (Exim 3.36 #1 (Debian)) id 1ESZqM-0002ok-00; Thu, 20 Oct 2005 15:48:26 +0300 To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: Re: Superfluous CRs trouble completion routines in Cygwin From: Hannu Koivisto Date: Thu, 20 Oct 2005 15:48:16 +0300 In-Reply-To: <1051016002252.ZM23495@candle.brasslantern.com> (Bart Schaefer's message of "Sun, 16 Oct 2005 00:22:52 +0000") Message-ID: <87y84owe0f.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> 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=AWL,BAYES_00 autolearn=ham version=3.0.4 Bart Schaefer writes: > [Redirected from -users to -workers] > > On Oct 15, 6:02pm, Bart Schaefer wrote: > } > } I think the answer is that $_comp_setup in compinit should contain > } > } local IFS=$'\r'"$IFS" > > Upon further thought I believe it should instead set IFS to exactly > the expected string, rather than pulling in the IFS setting from the > surrounding environment. I applied your patch to zsh 4.2.4 / Cygwin. Now p4 causes a segfault... Seems to work (read: no change in p4 completion behaviour) in zsh 4.2.5 / Linux. -- Hannu