zsh-users
 help / color / mirror / code / Atom feed
From: "Vin Shelton" <acs@alumni.princeton.edu>
To: "John Cooper" <John.Cooper@citrix.com>
Cc: "Peter Stephenson" <pws@csr.com>, "Zsh Users" <zsh-users@sunsite.dk>
Subject: Re: Completion problems on cygwin when nocaseglob is set
Date: Wed, 24 Oct 2007 10:01:52 -0400	[thread overview]
Message-ID: <20a807210710240701w1f83e299k8dfcf6e658adffff@mail.gmail.com> (raw)
In-Reply-To: <DD74FBB8EE28D441903D56487861CD9D22719439@lonpexch01.citrite.net>

I'm very confused.  Running zsh built from the latest CVS sources,
here's what I see:

zsh -f
$ mount -p
Prefix              Type         Flags
/                   system       binmode
$ cd /c
$ ls -dF [dD]*
Documents and Settings/  dell/  dell.sdr*
$ cd d<TAB>

    completes to dell. This is correct so far.

$ setopt nocaseglob
$ ls -dF d*
Documents and Settings/  dell/  dell.sdr*

    Correct again.

$ cd d<TAB>
    again completes to dell.  Shouldn't this give me a choice between:
    dell and Documents\ and\ Settings ?

Similarly,
$ ls a*
AUTOEXEC.BAT
$ ls a<TAB>
    just beeps at me.

and finally,
$ autoload compinit
$ compinit
    has no effect, i.e.
$ ls a<TAB>
    still just beeps at me.

Before John started asking questions about case-insensitive
completion, I hadn't noticed this behavior because I have been using
this workaround:

zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'

but isn't setopt nocaseglob meant to obviate the need for that?

Regards,
  Vin


  reply	other threads:[~2007-10-24 14:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-20 11:41 John Cooper
2007-10-20 12:09 ` Vin Shelton
2007-10-20 12:30   ` John Cooper
2007-10-22  9:34     ` Peter Stephenson
2007-10-22 11:10       ` John Cooper
2007-10-22 11:31         ` Peter Stephenson
2007-10-22 13:13           ` John Cooper
2007-10-23  9:11             ` Peter Stephenson
2007-10-23 11:11               ` John Cooper
2007-10-23 11:56                 ` Peter Stephenson
2007-10-23 14:04                   ` John Cooper
2007-10-23 15:57                     ` Peter Stephenson
2007-10-23 17:12                       ` Wayne Davison
2007-10-23 17:24                         ` Peter Stephenson
2007-10-23 17:40                           ` Peter Stephenson
2007-10-23 17:56                             ` Peter A. Castro
2007-10-23 19:48                               ` Peter Stephenson
2007-10-23 17:45                           ` Wayne Davison
2007-10-23 17:53                             ` John Cooper
2007-10-24 12:45                       ` John Cooper
2007-10-24 14:01                         ` Vin Shelton [this message]
2007-10-24 15:09                           ` Peter Stephenson
2007-10-24 20:37                             ` Vin Shelton

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=20a807210710240701w1f83e299k8dfcf6e658adffff@mail.gmail.com \
    --to=acs@alumni.princeton.edu \
    --cc=John.Cooper@citrix.com \
    --cc=pws@csr.com \
    --cc=zsh-users@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).