From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24290 invoked by alias); 22 May 2012 05:16:27 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17102 Received: (qmail 8527 invoked from network); 22 May 2012 05:16:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DOS_RCVD_IP_TWICE_B, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at lorien.comfychair.org designates 173.8.144.98 as permitted sender) Date: Mon, 21 May 2012 22:16:17 -0700 From: Danek Duvall To: Bart Schaefer Cc: zsh-users@zsh.org Subject: Re: completion oddity Message-ID: <20120522051617.GD26384@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Bart Schaefer , zsh-users@zsh.org References: <20120521214023.GB10763@lorien.comfychair.org> <120521194232.ZM990@torch.brasslantern.com> <20120522050158.GC26384@lorien.comfychair.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120522050158.GC26384@lorien.comfychair.org> User-Agent: Mutt/1.5.20 (2010-04-22) I also took another look through the GNU tar options for a similar situation, and found --show-transformed-names --show-stored-names And tried gtar --show--names and it beeps and moves me to between the second double-hyphen, then after another beep, starts cycling between the two. If I just have "--show" there, then it ends up cycling among four alternatives. Perhaps this isn't sufficiently similar to my test case, but I'm not sure why not. I'll take a closer look tomorrow, but if it's easy to explain, I wouldn't mind. Oh, and the default match spec is documented in the -M option to _arguments. Thanks, Danek