Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Etc/BUGS: Remove fixed items, add 'compset -q' item from workers/39306.
- X-seq: zsh-workers 39358
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Etc/BUGS: Remove fixed items, add 'compset -q' item from workers/39306.
- Date: Thu, 15 Sep 2016 22:00:41 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=RPRopuH6gxgLSNLQUwmYR/jNQWJmusL0onaD3cvcXgQ=; b=AInFA70cdtJUo4KLhajyqtiY/xE0wHgaz+6bI0ojOuvfs6r+q87giOYm7U/ALodlqV xYq3diDjRp09TlKj+yq/NE/KF0yiGJlEXY0zN1vgK2HLwlZz4iUqzqK028XP5temjsMj ZCKY0Gr2nOGX5Ea5XxQmOnLaZWD0cWGDfyB/7ec/i9JKSlFoWjcccYfucQmKFjKG9qvJ YqvvAYwdXon21A6xhE0RYKGmiGExzuhNlSB/SwCQYWHcG1MXpU/J9SO6EL3u3IS0c+d3 HpX7kgIFYX+t5s+ILAL6q1lP/1GRG2FkzacmnYlPfyp4Q2zSDlfVaw0s4LChxbbPk6oZ GljA==
- In-reply-to: <1473995130-21781-1-git-send-email-danielsh@fujitsu.shahaf.local2>
- 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: <160915174039.ZM3855@torch.brasslantern.com> <1473995130-21781-1-git-send-email-danielsh@fujitsu.shahaf.local2>
Thanks for looking at this.
On Sep 16, 3:05am, Daniel Shahaf wrote:
}
} ------------------------------------------------------------------------
} +'compset -q' has a byte-counting issue, described in workers/39306:
} +
} +% compdef _f f
} +% _f() { compset -q }
} +% f $'\'<TAB>
} +compcore.c:1684: expecting 'x' at offset 2 of "'x"
} +------------------------------------------------------------------------
True, but not the bug I was thinking of; that one is entirely invisible
unless the shell was configured with --enable-zsh-debug, and fixing it
would not change the end result, so it'll very seldom be seen.
The bug I meant to mention was the multiple-backslashing of tildes and
leading equal signs following "compadd -q", and consequent inability
to complete them properly. But it's hard to create a real-world
example of that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author