Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: email to zsh



Seems like a good time to repost an outstanding problem from a year 
ago.  This seems to be matching code related.

-FR.

zsh-workers/20057
http://www.zsh.org/mla/workers/2004/msg00707.html

zsh -f
autoload -U compinit; compinit -C
zstyle ':completion:*' matcher-list 'r:|[ ]=** r:[^a-z]||[a-z]=**'
mkdir bug; cd bug
touch "steve green" "steve morrow" "peter stephenson"
more st<TAB>
peter\ stephenson  steve\ green       steve\ morrow
more ./st<TAB>

The first case looks correct.  Though when I type <TAB> in the last case, it
deletes the "st" and my line looks like: "more ./"  I'm guessing it might be
_path_files, because I get the error when it includes a leading path.



Messages sorted by: Reverse Date, Date, Thread, Author