Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Small Completion Problem
- X-seq: zsh-users 5988
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: Small Completion Problem
- Date: Tue, 25 Mar 2003 10:25:10 +0100
- In-reply-to: <20030324220312.GB2028@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030323195632.GC1407@xxxxxxxxxxxxxxx> <2750.1048513642@xxxxxxxxxxxxxxxxxxxx> <20030324220312.GB2028@xxxxxxxxxxxxxxx>
Thorsten Haude wrote:
>
> >No, it should work (does for me though I name the alias 'nedit'). What
> >version of zsh are you running? Do you have the complete_aliases option
> >unset? What does it complete after n -<tab> It should give you nc options
> >but if you get options for netcat, then there is something wrong.
>
> $ZSH_VERSION is 4.0.4
>
> 'n -\t' definitely looks like Netcat.
The netcat completion is not distributed with zsh 4.0.4 (or any 4.0.x)
precisely because of the nedit name clash.
So you must have a netcat completion from somewhere else and installed
somewhere in your $fpath.
> I now looked around a bit (never expected that NEdit is supported
> (should have remembered that you are using it)) and found
> .../Completion/X/_nedit, which is Greek to me. What could I do to get
> the completion I want, if I don't care what happens to Netcat?
Find the netcat completion and remove it. $^fpath/$_comps[nc](N) should
find it for you.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author