Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Weird tab complete problem with long directory names with a dash and unicode characters
- X-seq: zsh-workers 40259
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Weird tab complete problem with long directory names with a dash and unicode characters
- Date: Tue, 3 Jan 2017 02:57:29 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Pko6I0FuryRmqBR 3uSCJ4fLiuqI=; b=MsT5nghjvqz1CV896ezvIdO6+xTfx9o0tN6CqVs5MV/yoNX tF/MIw07+GXsVsJhkEeMFQtiJUE6cXQRb2jFnqv4rTmNbVVSsDIP8aRQ7pWTAThX o4nB1tY+9RqWb8v2IUNp/vmdUH2JZ2t6Nhpe1+Jx+MUTUajQtH2VsY3sePkA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Pko6I0FuryRmqB R3uSCJ4fLiuqI=; b=duZpiamxAJkG0wrvM37nMp1XMmBx5uiw13plDjm6wk047B GpqMcpNL/QC7ti6f9BqbpL98XLuMJmc2D473fywZQLY1E+4vkMPGB2uBl9l3DX4X EvuYSZOprnt6jLhPPre/P6u8wyuMb3Uek0MSbzNvgbp8L/6ZLKCXEa1jZKkEI=
- In-reply-to: <170102135206.ZM24437@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHYJk3QMDpRhEfyPNEi-k4eh2Ybd-U0HwsFOz8xTetNf3yArvg@mail.gmail.com> <20170101034739.GA1977@fujitsu.shahaf.local2> <170102135206.ZM24437@torch.brasslantern.com>
Bart Schaefer wrote on Mon, Jan 02, 2017 at 13:52:06 -0800:
> On Jan 1, 3:47am, Daniel Shahaf wrote:
> }
> } c2b6bd51 gives the same symptoms as in HEAD. The two commits before
> } that give "compaudit:151: unknown file attribute: -".
>
> You should try "compinit -u" to get past this and see if the completion
> itself still works. It seems unlikely that c2b6bd51 broke this because
> there are no glob qualifiers anywhere in the failing completion.
That narrows it down further:
ad16356e1923ec1b4daf97b27b10a835cfe73ba7 is the first bad commit
commit ad16356e1923ec1b4daf97b27b10a835cfe73ba7
Author: Peter Stephenson <pws@xxxxxxx>
Date: Tue Jan 19 17:24:12 2016 +0000
37689: ! and ^ need to be tokenised in character sets
Messages sorted by:
Reverse Date,
Date,
Thread,
Author