Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: email to zsh
- X-seq: zsh-workers 21405
- From: Felix Rosencrantz <f.rosencrantz@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: email to zsh
- Date: Thu, 7 Jul 2005 01:07:21 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=irFxsRfByR2SmS/A0IlVbk1fDz0t8BcmPRYdexekVbD++tMibL7RJlLWsncu/GU0z0uvDJAqvUqfY+9dR3t6eXCYzUk4FLElANI1eAA9w1c2OV1T/I9hx5zz2XYyuAKWqJWOuT9D6J4vFv8cpnO6kyV6YQOfl4ALodu2ItAf2ak=
- In-reply-to: <25903.1120665416@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <9CCCEC33-E17A-4C35-B51E-E41231ABE9BA@xxxxxxxxxxxx> <200507011444.j61EiuMN021566@xxxxxxxxxxxxxx> <200507060950.j669oQlo014789@xxxxxxxxxxxxxx> <1050706154112.ZM14534@xxxxxxxxxxxxxxxxxxxxxxx> <25903.1120665416@xxxxxxx>
- Reply-to: Felix Rosencrantz <f.rosencrantz@xxxxxxxxx>
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