Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: invalid completion with a custom matcher
- X-seq: zsh-workers 54522
- From: dana <dana@xxxxxxx>
- To: Michael <manpacket@xxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: PATCH: invalid completion with a custom matcher
- Date: Tue, 12 May 2026 09:43:47 -0500
- Archived-at: <https://zsh.org/workers/54522>
- Feedback-id: i9be146f9:Fastmail
- In-reply-to: <CA+DUctJ3bUD+hgtcWkWOy8TzHt=Zgvu8W9B4OefcJn4AwRYtxw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CA+DUctJ3bUD+hgtcWkWOy8TzHt=Zgvu8W9B4OefcJn4AwRYtxw@mail.gmail.com>
On Mon 11 May 2026, at 19:19, Michael wrote:
> Problem depends on having a case insensitive matcher enabled for
> replicating with zsh -f, as far as I understand it is commonly used.
the white space in your patch is corrupt (it's ok on github)
anyway i still don't know how to replicate the problem. i tried:
% zsh -f
% cd /tmp
% touch 'Strategy TB' 'Strategy Scenario'
% zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
% autoload -Uz compinit && compinit -D
but i get:
% : St<TAB> # -> 'Strategy\ '
% : Strategy\ <TAB> # -> 'Strategy\ ' with list
% : Strategy\ <TAB> # -> 'Strategy\ Scenario'
what setting am i missing?
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author