Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: yet another match-spec-cursor bug
- X-seq: zsh-workers 11062
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: yet another match-spec-cursor bug
- Date: Tue, 2 May 2000 13:39:40 +0200 (MET DST)
- In-reply-to: Felix Rosencrantz's message of Mon, 1 May 2000 22:18:55 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Felix Rosencrantz wrote:
> Sven Wischnowsky wrote:
> >With partial word matching and matches like `c6.yo' and `c6.yo.old',
> >the cursor was left on the dot. Caused by a thinko in the code that
> >marks the cline structs to say in which of them characters were
> >missing.
>
> I'm seeing a similar problem with the latest code. I have a directory with
> only three files named build.out{,1,2} and sometimes I see incorrect behavior
> with completion.
>
> If I try completing "bui", I sometimes get only "build" or more often I get the
> following sequence from hitting tab:
> bui --> build.out[] --> build[.]out --> build.out[] --> build.out1[]
> --> build.out2[]
> The cursor jumps back from the end to the dot, and then back to the end with
> normal behavior.
I've tried quite a bit now, but can't reproduce it. And you didn't
give us much information, did you? ;-) For example, I guess you have a
`r:[^A-Z0-9]||[A-Z0-9]=*', right?
So, can you reproduce it with `zsh -f'?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author