Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Seg fault in matcher-list matching
- X-seq: zsh-workers 11388
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: Seg fault in matcher-list matching
- Date: 16 May 2000 07:57:58 +0900
- In-reply-to: <200005150926.LAA17371@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> (Sven Wischnowsky's message of "Mon, 15 May 2000 11:26:19 +0200 (MET DST)")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200005150926.LAA17371@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <200005150926.LAA17371@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> I couldn't get it to seg-fault, but there was something broken. Matching
> of the suffix, for example, and that both in C and shell code.
I found another problem about matching control.
Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
serein% _tst () { compadd -M 'r:|[:.]=* r:|=*' a.b:0 c.d:1 }
serein% tst :<TAB>
This inserts nothing now.
But 3.1.7-pre-2 inserts `.' as follows (and place the cursor on the
`.').
% tst .:
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author