From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26620 invoked by alias); 20 Mar 2015 04:16:52 -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: 20032 Received: (qmail 26130 invoked from network); 20 Mar 2015 04:16:47 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=x-sasl-enc:date:from:to:cc:subject :message-id:references:mime-version:content-type:in-reply-to; s= mesmtp; bh=rQfM4i2M3kf65vglp+AYO3woqz8=; b=oihwZpkUEz1Dx/9gnEGbH SkD8GGwI5FE6JuWYXiidibDIep+IyrH50dKlfT0vuhfripDOsly10yTSENeHjt4w ZWtvSZiS68sj90zoIjGNnCgiS70WW7H3LYjFvMPCnSqo8aLyhlizywn3E47qivHx jMZwlWObyy1bsf1EAqqE2E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:date:from:to:cc:subject :message-id:references:mime-version:content-type:in-reply-to; s= smtpout; bh=rQfM4i2M3kf65vglp+AYO3woqz8=; b=ddhpFiqkoP8eA/CN0Jkb T9UoFdDtLh8fd17QVTXKQnk0n+PFlfxRvEP7/b8YrTk3Q9G0ZCR/TYXopuJoiLoF JGcwFaLjEDuJZCIHoqirfoi6ZNOFbRYbNyLNme5EGxG0aeGOQsPtk8RwYEZ6LiKe Qj+HRogGn82+BbYaGEvH6Z8= X-Sasl-enc: mt+6zLndRWJf1VGem4a7YhbqByzA0MYo0O8uzLRtX+rY 1426824999 Date: Fri, 20 Mar 2015 04:16:37 +0000 From: Daniel Shahaf To: Bart Schaefer Cc: zsh-users@zsh.org Subject: Re: GLOB_COMPLETE and numbered directories Message-ID: <20150320041637.GC5478@tarsus.local2> References: <20150319073238.GN3548@tarsus.local2> <150319090612.ZM18787@torch.brasslantern.com> <20150319231849.GD2653@tarsus.local2> <150319182127.ZM8231@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150319182127.ZM8231@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) Bart Schaefer wrote on Thu, Mar 19, 2015 at 18:21:27 -0700: > On Mar 19, 11:18pm, Daniel Shahaf wrote: > } > > [RE completeinword] > > } It seems to work if I use to move the cursor, but not if > } I use to move the cursor. Details: > } > } If I type "cat 1a/iota", I get > } "10a/iota" and "11a/iota" offered below the input line (as in the second > } press in your description). > } > } However, if I type "cat 1a/iota", nothing happens, > } even if I press a few more times. > > I can't reproduce this with "zsh -o globcomplete -o completeinword -f" > (and then compinit). > > On the other hand takes me all the way to "1" so I have to type > "cat 1a/iota" to get to the correct place to TAB. So you > must have a diferent binding for M-b or a modified $WORDCHARS. Neither. Those results are in: $ zsh -f % autoload compinit; compinit; setopt globcomplete completeinword and then entering "cat 1a/iota" and moving left. I restarted the shell before each attempt. Using 'zsh -f' on zsh-5.0.7-348-gf48457a Maybe it's a Debian patch to some dependency library?