From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3000 invoked from network); 10 Oct 2008 23:50:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.2.5 Received: from ns2.primenet.com.au (HELO primenet.com.au) (203.24.36.3) by ns1.primenet.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Oct 2008 23:50:05 -0000 Received: (qmail 12617 invoked from network); 10 Oct 2008 23:19:07 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns2.melb.primenet.com.au with SMTP; 10 Oct 2008 23:19:07 -0000 Received-SPF: none (ns2.melb.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81535 invoked from network); 10 Oct 2008 23:17:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Oct 2008 23:17:41 -0000 Received: (qmail 17844 invoked by alias); 10 Oct 2008 23:17:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25840 Received: (qmail 17815 invoked from network); 10 Oct 2008 23:17:19 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 10 Oct 2008 23:17:19 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 9CAB880308BA for ; Sat, 11 Oct 2008 01:17:15 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id 0827A1040A4; Fri, 10 Oct 2008 23:17:12 +0000 (UTC) Date: Fri, 10 Oct 2008 23:17:12 +0000 From: Clint Adams To: Morita Sho , 501851@bugs.debian.org Cc: zsh-workers@sunsite.dk Subject: Re: Bug#501851: zsh: =?utf-8?Q?Completion_?= =?utf-8?Q?fails_if_a_directory_name_contains_'=28'=2C_'=29'_and_'?= =?utf-8?B?xIQ=?= '. Message-ID: <20081010231712.GA20915@scru.org> Mail-Followup-To: Morita Sho , 501851@bugs.debian.org, zsh-workers@sunsite.dk References: <20081010230611.23133.42221.reportbug@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20081010230611.23133.42221.reportbug@debian> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.92.1/8410/Fri Oct 10 21:25:22 2008 on bifrost X-Virus-Status: Clean On Sat, Oct 11, 2008 at 08:06:11AM +0900, Morita Sho wrote: > Completion fails if a directory name contains '(', ')' and 'Ą '. > 'Ą ' is U+0104 in unicode. > > Following is a small example to reproduce the problem. > > % mkdir '()Ą' > % touch '()Ą'/foo > % ls '()Ą'/[TAB] > => I expected it completes "foo", but it completes nothing. > > > If I renamed the directory name slightly, e.g. remove a parenthesis or > change 'Ą' to 'Ā ' (U+0100), it correctly completes "foo". I get different but also unuseful behavior trying to reproduce that.