Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compinit problems with Cygwin and Win2000
- X-seq: zsh-users 5096
- From: "Vagn Johansen" <v@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: compinit problems with Cygwin and Win2000
- Date: Mon, 24 Jun 2002 11:57:20 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1020621171106.1.17690@xxxxxxxxxxxxxxxxx>
> 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/system32/sort
(did not know there was one). This sort.exe insert the ^Ms
I am now back to using the original compdump file and having
path=(/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
>
> _d_als=($(typeset +fm _\*))
>
> which ought to be a whole lot faster anyway.
That works too. So will you change it in the zsh distribution (compdump
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author