Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: yet another match-spec-cursor bug
- X-seq: zsh-workers 11046
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: yet another match-spec-cursor bug
- Date: Mon, 1 May 2000 22:18:55 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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.
-FR
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author