Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh eats 100% CPU with completion in /
- X-seq: zsh-workers 27331
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh eats 100% CPU with completion in /
- Date: Sun, 01 Nov 2009 22:20:42 +0000
- In-reply-to: Message from Mikael Magnusson <mikachu@xxxxxxxxx> of "Sun, 01 Nov 2009 22:12:08 +0100." <237967ef0911011312u307ecf19kbabf9fecf867cec1@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Mikael Magnusson wrote:
> I did the break after typing ./ and before pressing tab.
Nothing leapt out of that. "tokstr" seems to be coming back as "." and
then the "." gets removed, as far as I can see, but looking at it out of
context I might be wrong.
Might be worth checking zlemetacs as well as zlemetaline and zlemetall
on entry to get_comp_string() in case they're already wrong, otherwise
it's probably down in the bowels of gettok() where it puts together the
string it's returning. I suspect a counting error---one of the myriad
substractions to correct for all the things that need fixing on the way
through the position calculations is wrong.
--
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