zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: zsh doesn't complete for tar, zip, possibly other files
Date: Wed, 16 Mar 2011 07:43:48 -0700	[thread overview]
Message-ID: <110316074348.ZM19141@torch.brasslantern.com> (raw)
In-Reply-To: <alpine.LNX.2.01.1103151420350.2792@hp>

On Mar 15,  2:40pm, Benjamin R. Haskell wrote:
} Subject: Re: zsh doesn't complete for tar, zip, possibly other files
}
} ==> badzshrc <==
} zstyle ':completion:*' file-sort access
} zstyle ':completion:*' matcher-list '' 'l:|=* r:|=*' 'r:|[._-]=** r:|=**' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
} autoload -Uz compinit
} compinit
} ================
} 
} $ zsh -f
} $ . ./badzshrc
} $ tar xvf [Tab]
} 
} At that point, ^xh produces:
} 
} tags in context :completion::complete:tar::
}      globbed-files  (_files _tar_archive _tar (eval))

Using the latest build out of the source repository:


torch% print $ZSH_VERSION $ZSH_PATCHLEVEL
4.3.11-dev-1 1.5223
torch% zstyle -L
zstyle ':completion:*' file-sort access
zstyle ':completion:*' matcher-list '' 'l:|=* r:|=*' 'r:|[._-]=** r:|=**' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
torch% tar xvf
tags in context :completion::complete:tar::
    globbed-files  (_files _tar_archive _tar (eval)) 
    directories    (_files _tar_archive _tar (eval)) 
    all-files      (_files _tar_archive _tar (eval))


So whatever this was, it's already been fixed.


      parent reply	other threads:[~2011-03-16 14:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15 18:03 Lewis Thompson
2011-03-15 18:40 ` Benjamin R. Haskell
2011-03-16  9:42   ` Lewis Thompson
2011-03-16 14:43   ` Bart Schaefer [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=110316074348.ZM19141@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /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).