From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2919 invoked by alias); 23 May 2012 06:25:32 -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: 17114 Received: (qmail 26312 invoked from network); 23 May 2012 06:25:21 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <120522232512.ZM2623@torch.brasslantern.com> Date: Tue, 22 May 2012 23:25:12 -0700 In-reply-to: Comments: In reply to Greg Klanderman "Re: completion oddity" (May 22, 12:18pm) References: <20120521214023.GB10763@lorien.comfychair.org> <120521194232.ZM990@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: completion oddity MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On May 22, 12:18pm, Greg Klanderman wrote: } } % k --r-word } # with cursor on final hyphen hit : } # nothing inserted; the *two* options are listed } # no matter how many times you hit I took your word for this when I was replying before (and I didn't say anything incorrect) but now that I try it myself I don't get this behavior. I get --r-word completed to --r1-word no matter which way I put --r-word onto the line in the first place and no matter where within the word I place the cursor. However, see mail I'm about to send to Danek ...