zsh-workers
 help / color / mirror / code / Atom feed
From: Felix Rosencrantz <f_rosencrantz@yahoo.com>
To: zsh-workers <zsh-workers@sunsite.auc.dk>
Subject: Matching control problem with space as pivot
Date: Sun, 22 Jul 2001 13:36:35 -0700 (PDT)	[thread overview]
Message-ID: <20010722203635.63486.qmail@web10402.mail.yahoo.com> (raw)

There might be a problem with trying to use space as a pivot point with
matching control. 

host% bindkey -e; autoload -U compinit; compinit -D
host% zstyle ':completion:*:complete:*' matcher-list 'r:|[.,_- ]=**'
host% touch "abc.def" "abc ghi" "axx gxx" "ayy.gyy"
host% more a\ g<TAB>
<nothing.>
host% more a.<TAB>
abc.def ayy.gyy
host% more a\.<TAB>
abc.def ayy.gyy

I thought maybe the backslash was causing a problem.  I also
tried using 'r:|[.,_-\ ]=**', which didn't help.   Is this a bug?
Or user error?

Thanks.
-FR.


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


             reply	other threads:[~2001-07-22 20:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-22 20:36 Felix Rosencrantz [this message]
2001-07-24  7:19 ` Sven Wischnowsky

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=20010722203635.63486.qmail@web10402.mail.yahoo.com \
    --to=f_rosencrantz@yahoo.com \
    --cc=zsh-workers@sunsite.auc.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).