Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Lockup on tab completion with compinit+list_packed
- X-seq: zsh-workers 14236
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Andreas Ferber <aferber@xxxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Lockup on tab completion with compinit+list_packed
- Date: Sun, 6 May 2001 23:59:15 +0000
- In-reply-to: <20010506165106.A4154@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010506165106.A4154@xxxxxxxxxxxxxxxxxxxxx>
On May 6, 4:51pm, Andreas Ferber wrote:
} Subject: Lockup on tab completion with compinit+list_packed
}
} Recently zsh totally locked up using 100% CPU on doing a tab
} completion.
}
} I can reproduce this actually with (running zsh -f):
}
} kallisto% echo $ZSH_VERSION
} 3.1.9-dev-8
That version is pretty old. I'm unable to reproduce this with 4.0.1-pre-3.
One minor thing:
} kallisto% autoload compinit
You should use "autoload -U compinit" to make sure that none of your aliases
are changing the way compinit works. But that's probably not at issue here.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author