From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16623 invoked by alias); 29 Oct 2016 18:48:53 -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: 39762 Received: (qmail 5558 invoked from network); 29 Oct 2016 18:48:53 -0000 X-Qmail-Scanner-Diagnostics: from know-smtprelay-omc-5.server.virginmedia.net 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(80.0.253.69):SA:0(-0.0/5.0):. Processed in 0.13862 secs); 29 Oct 2016 18:48:53 -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=SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _smtprelay.virginmedia.com designates 80.0.253.69 as permitted sender) X-Originating-IP: [86.21.219.59] X-Spam: 0 X-Authority: v=2.1 cv=HZrpNXw8 c=1 sm=1 tr=0 a=utowdAHh8RITBM/6U1BPxA==:117 a=utowdAHh8RITBM/6U1BPxA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=BAfURdQP8F366XL2MGwA:9 a=CjuIK1q_8ugA:10 Date: Sat, 29 Oct 2016 19:39:43 +0100 From: Peter Stephenson To: zsh workers Subject: Re: Bug: cd auto-completion of .. fails with parentheses in directory name Message-ID: <20161029193943.7e2ed791@ntlworld.com> In-Reply-To: <20161029180632.GA18192@fujitsu.shahaf.local2> References: <20160922144250.GA11076@fujitsu.shahaf.local2> <160922103042.ZM7407@torch.brasslantern.com> <20161028151037.GA10483@fujitsu.shahaf.local2> <20161029180632.GA18192@fujitsu.shahaf.local2> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 29 Oct 2016 18:06:32 +0000 Daniel Shahaf wrote: > The following fixes it without breaking the original case; however, the > comment is a Sven original so I'm a bit wary of contravening it. That's a "my goodness, is that the time?" if ever I saw it. The first step to getting this under control is probably tests. There are some Y01completion tests involving files. A few with more exotic characters plus variables wouldn't hurt. What else is needed? Directories and paths, presumably? We could add a completion multibyte test in a separate file with some of the more interesting chracters from D07multibyte. pws