From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6224 invoked from network); 24 Jun 2002 09:57:34 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Jun 2002 09:57:34 -0000 Received: (qmail 14728 invoked by alias); 24 Jun 2002 09:57:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5096 Received: (qmail 14717 invoked from network); 24 Jun 2002 09:57:21 -0000 From: "Vagn Johansen" To: zsh-users@sunsite.dk Subject: Re: compinit problems with Cygwin and Win2000 Date: Mon, 24 Jun 2002 11:57:20 +0200 MIME-Version: 1.0 References: <1020621171106.1.17690@mssC.post.tele.dk> X-Mailer: Opasia webmail (version opasia/3.1.0) X-Originating-IP: 194.255.118.209 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Message-Id: <20020624095720.FBBT10591.fepZ.post.tele.dk@fepP4.im.tele.dk> > Try removing the '| sort' from that expression and see if > the line endings > are still funny. Then it works! It turns out that I was using the sort.exe in c:/WINNT/syst= em32/sort (did not know there was one). This sort.exe insert the ^Ms =20 I am now back to using the original compdump file and having path=3D(/usr/bin $path) in my .zshrc > Although I'm interested in the result you get, I'd also > suggest that you > replace that entire expression with >=20 > _d_als=3D($(typeset +fm _\*)) >=20 > which ought to be a whole lot faster anyway. That works too. So will you change it in the zsh distribution (compdump=20 file) too? A speedup would be good because the compinit call is slow. (I use compinit -C in my .zshrc to speed it up a bit) -- Vagn Johansen