Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Possible Bug: 3.1.5-pws-11: compinit
- X-seq: zsh-workers 5790
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: mason@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Possible Bug: 3.1.5-pws-11: compinit
- Date: Sun, 14 Mar 1999 12:32:50 -0800
- In-reply-to: <slrn7enlc8.bln.mason@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <slrn7enlc8.bln.mason@xxxxxxxxxxxxxxxxxxxxx>
On Mar 14, 3:28pm, Geoff Wing wrote:
} Subject: Possible Bug: 3.1.5-pws-11: compinit
}
} [[ -s ~/fbin/zsh/compinit ]] && . ~/fbin/zsh/compinit
} too early in my /etc/zshrc then completion won't work. e.g.
} % echo $ZSH_<TAB> # fails
}
} I had it after autoloading of all $fpath stuff, but before
} setopt, bindkey, ulimit, umask
I can't reproduce this one in pws-12 either. It behaves differently after
the unsetopt you quoted, but not (that I can tell) after only the setopt,
and it doesn't fail in either case.
} Are any of these supposed to influence it in any way?
Bindkey might if you rebind TAB, C-d, ESC TAB, or ESC C-d. Which you did't.
The setopts shouldn't (and don't, as far as I can tell).
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author