Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compinit quirk
- X-seq: zsh-users 3800
- From: Scott Smedley <smedley@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: compinit quirk
- Date: Fri, 6 Apr 2001 15:22:38 +1000
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I am trying to set up the command-line completion system for
a co-worker (julian) when zsh is installed into my (scott) $HOME
& have come across a 'quirk'.
- All installed files are, obviously, owned by scott, but
are still readable by julian.
- julian's fpath correctly points to the 'functions' &
'site-functions' directory under scott's $HOME.
- Executing a 'compinit -i' as julian, I've found that
compinit doesn't autoload much (anything?)
- I copied the contents of the 'functions' directory
into ~julian/functions & added that directory to the
fpath.
- 'compinit -i' now does as I expect.
This suggests to mE that either:
a) I've stuffed something up, or
b) there is a 'quirk' in compinit that means it will not
autoload functions when they are not installed as
root or $USER.
wombat:trix>> echo $ZSH_VERSION
4.0.1-pre-2
wombat:trix>> uname -a
IRIX64 wombat 6.5 07201607 IP27
wombat:trix>>
I've been a zsh-convert for over 2 years now. I'd just like to say
THANKS to those on this list that have contributed to zsh & made my life
SOOOOO much easier!
SCoTT! :)
smedley@xxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author