zsh-users
 help / color / mirror / code / Atom feed
From: John Cooper <john.cooper@eu.citrix.com>
To: zsh-users@sunsite.dk
Cc: John Cooper <john.cooper@eu.citrix.com>
Subject: Problem with case-insensitive completion with zsh compiled for cygw in
Date: Mon, 22 Mar 2004 10:13:32 -0000	[thread overview]
Message-ID: <B5885AA769039C49BD9295955CB2E0E405897976@lonpexch501.ctxuk.citr ix.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

[I'm using zsh 4.2.0, compiled under a recent cygwin.]

By default I am able to complete files using the drive letter as a prefix,
e.g.,
$ ls c:/WIN<tab>    completes to c:/WINDOWS/

However, if I enable case insensitive completion with the following:

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

.. Then completion on paths starting with a drive letter no longer works:
$ ls c:/WIN<tab> fails to complete

However, if I `cd' to c:/ then both the following work:

$ ls c:/WIN<tab>    completes to c:/WINDOWS/
$ ls c:/win<tab>    completes to c:/WINDOWS/

Any idea how to get this working again when the path starts with a drive
letter?


Thanks,

    --- John


                 reply	other threads:[~2004-03-22 10:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='B5885AA769039C49BD9295955CB2E0E405897976@lonpexch501.ctxuk.citr ix.com' \
    --to=john.cooper@eu.citrix.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).