Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Possible Bug: 3.1.5-pws-11: compinit



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