Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problems with #compdef
- X-seq: zsh-users 4125
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Subject: problems with #compdef
- Date: Wed, 15 Aug 2001 16:15:18 +0100
- Mail-followup-to: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
I'm having problems getting zsh to use a custom-written completion
function. The function is called _pd, definitely lives somewhere in
my $fpath, definitely gets autoloaded during startup, and has
#compdef pd
as its first line. Yet $_comps[pd] is undefined, and pressing TAB
after `pd ' results in standard file completion. What have I missed?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author