Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compinit prints out last functions
- X-seq: zsh-users 11826
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: "Mike Hostetler" <hostetlerm@xxxxxxxxx>
- Subject: Re: compinit prints out last functions
- Date: Sat, 8 Sep 2007 18:24:39 +0100
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <c60e627c0709071328p4b3fb78dvea1513d7ea66d0b6@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <c60e627c0709071227q5aec91cbjbff5bbf9a3bb2eba@xxxxxxxxxxxxxx> <20070907210111.2633a1f7.p.w.stephenson@xxxxxxxxxxxx> <c60e627c0709071328p4b3fb78dvea1513d7ea66d0b6@xxxxxxxxxxxxxx>
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> emulate -L zsh
> +compinit:71> 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