zsh-workers
 help / color / mirror / code / Atom feed
From: Felix Rosencrantz <f.rosencrantz@gmail.com>
To: Zsh hackers list <zsh-workers@sunsite.dk>
Subject: Re: email to zsh
Date: Thu, 7 Jul 2005 01:07:21 -0700	[thread overview]
Message-ID: <dc507f4a05070701071ffac6d@mail.gmail.com> (raw)
In-Reply-To: <25903.1120665416@csr.com>

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.


      reply	other threads:[~2005-07-07  8:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-29  4:26 [UNFINISHED] " Mac-arena the Bored Zo
2005-06-29 10:15 ` Peter Stephenson
2005-06-29 10:28   ` Mac-arena the Bored Zo
2005-06-29 11:39     ` Peter Stephenson
2005-06-29 13:03       ` Mac-arena the Bored Zo
2005-07-01 14:44 ` Peter Stephenson
2005-07-06  9:50   ` Peter Stephenson
2005-07-06 15:41     ` Bart Schaefer
2005-07-06 15:56       ` Peter Stephenson
2005-07-07  8:07         ` Felix Rosencrantz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dc507f4a05070701071ffac6d@mail.gmail.com \
    --to=f.rosencrantz@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).