Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: yet another match-spec-cursor bug
- X-seq: zsh-workers 11169
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: yet another match-spec-cursor bug
- Date: Thu, 4 May 2000 22:53:14 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Sven Wischnowsky wrote:
>The fact that you don't always get it makes me think that it may be a
>problem with an not-initialised variable or memory block. Do you have
>configured with mem-debug?
I typically run without --enable-zsh-mem-debug configured. I built configured
with this enabled, and completion worked properly. I would agree that
it seems like some sort of initialization problem.
>> host% zstyle ':completion:*:complete:*' matcher-list 'm:{a-zA-Z}={A-Za-z}
>> r:|[.,_-]=* r:[^A-Z0-9]||[A-Z0-9]=* r:[A-Z0-9]||[^A-Z0-9]=*
r:[^0-9]||[0-9]=*'
>> host% more bui<TAB>
>Both `r:[^A-Z0-9]||[A-Z0-9]=*' and `r:[^0-9]||[0-9]=*' doesn't seem to
>make much sense, does it?
Yep. I should have split them up: "r:[^A-Z]||[A-Z]=* r:[^0-9]||[0-9]=*"
>What really irritates me is that it doesn't go into menu-completion on
>the second TAB. Hm.
Hm...
-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