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

Re: compinit prints out last functions



On Fri, 7 Sep 2007 15:28:56 -0500
"Mike Hostetler" <hostetlerm@xxxxxxxxx> wrote:
> On 9/7/07, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> 
> > The first thing to try is "which compinit" to find out whether compinit
> > is set to the correct function, and if not (which is probably the case)
> > what it is.
> 
> 
> $ which compinit
> compinit () {
>         # undefined
>         builtin autoload -XUz
> }

That's fine so far, that just means it'll autoload the function when you
try to run it.

> +compinit:70&gt; emulate -L zsh
> +compinit:71&gt; setopt extendedglob
> [....]

What we need now is to see the section of the debugging output near where
it's printing function listings you showed in your first email.


-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author