From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25086 invoked by alias); 2 Jan 2017 21:58:23 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40258 Received: (qmail 11906 invoked from network); 2 Jan 2017 21:58:23 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk0-f50.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.213.50):SA:0(-0.0/5.0):. Processed in 1.898031 secs); 02 Jan 2017 21:58:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.213.50 as permitted sender) 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=DRGTg+Pya9QMvwPpjrQ2b/xRyV/LXqCzXJgSKcG4vzE=; b=KJ1fnhhkgaJGtgDh/S4V0eXeS8fLTOBXwvGo6gThmjiqAe3oHJtW4PBOwol9yBVTjs 7RJ9KkLMqn+2cCUgXPs1gzZcTNEF96TWmWOmQOcakXWXFVFV0HAih4zoZPQXXLzIXZuw odv+76T6az9/+3Ot+A+1hc25p7EXjl6IRDHRLDmy5r4gEYMJlAKw+LUyRAGSb828es+1 0EixCuKYnKWT1QIGUNa0Nzb8RdN/4v0lRNwCXCftnfqwmp280oGy3b470rh2sFuLkJQY Iy1QaJnKGf1dCS0iSnKtjZjxoqi961eq34S0h4U/O2ubQJHG9FtslqudWYTIXSdG90Iu juJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=DRGTg+Pya9QMvwPpjrQ2b/xRyV/LXqCzXJgSKcG4vzE=; b=MQPgDaI0nT/keNmVCdeIBvqqR5hqQqZ/TVxdy2Y2M3ZfXKOADXCwXdhoubRT2lQZ18 46+MI50dmxfUJNHar6vrcCE1ANPckP798Yn0VzXGg7kGKS1VqX5tN7dLIq9Jh67tU1aA HxySfh3qyprDJhi1jihwn/QIiHSNpWgDixMtkDDxkBZhIXAR1WYHvUcrE9E4YjIZEYxr 4r7elB+UJx+2yMN/HTS5xE3w13upg6hCqHCmplD/K/mEsyr+uYoFlMZFzUAwYgaJtXXe nVjMNcOGQ6AfYqjYdVF6bQWm4Xh+NX18ZIOBGY96xoGdwfOJ8JOY7Mk+xNRF3gy+tU2a +yzA== X-Gm-Message-State: AIkVDXK9v6mjaWVy59+w1SM5fp5YKC+9WZLhtY7Qxo5PTaqt45/tEMDRTiYFoSHy7KEdOQ== X-Received: by 10.31.106.196 with SMTP id f187mr17016250vkc.33.1483393904800; Mon, 02 Jan 2017 13:51:44 -0800 (PST) From: Bart Schaefer Message-Id: <170102135206.ZM24437@torch.brasslantern.com> Date: Mon, 2 Jan 2017 13:52:06 -0800 In-Reply-To: <20170101034739.GA1977@fujitsu.shahaf.local2> Comments: In reply to Daniel Shahaf "Re: Weird tab complete problem with long directory names with a dash and unicode characters" (Jan 1, 3:47am) References: <20170101034739.GA1977@fujitsu.shahaf.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: Weird tab complete problem with long directory names with a dash and unicode characters MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.