Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: GLOB_COMPLETE and numbered directories
- X-seq: zsh-users 20032
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: GLOB_COMPLETE and numbered directories
- Date: Fri, 20 Mar 2015 04:16:37 +0000
- Cc: zsh-users@xxxxxxx
- 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=
- In-reply-to: <150319182127.ZM8231@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20150319073238.GN3548@tarsus.local2> <150319090612.ZM18787@torch.brasslantern.com> <20150319231849.GD2653@tarsus.local2> <150319182127.ZM8231@torch.brasslantern.com>
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 <Left-arrow> to move the cursor, but not if
> } I use <M-b> to move the cursor. Details:
> }
> } If I type "cat 1a/iota<Left><Left><Left><Left><Left><Left><TAB>", I get
> } "10a/iota" and "11a/iota" offered below the input line (as in the second
> } <TAB> press in your description).
> }
> } However, if I type "cat 1a/iota<M-b><Left><Left><TAB>", nothing happens,
> } even if I press <TAB> a few more times.
>
> I can't reproduce this with "zsh -o globcomplete -o completeinword -f"
> (and then compinit).
>
> On the other hand <M-b> takes me all the way to "1" so I have to type
> "cat 1a/iota<M-b><Right>" 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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author