From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14256 invoked by alias); 1 Sep 2010 16:38:48 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15349 Received: (qmail 15043 invoked from network); 1 Sep 2010 16:38:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :x-pgp-key-id:user-agent; bh=PM45Hakrtay/NbmI0/S77dAaeIYC1tmO5ddBUWX7grA=; b=qfwty8CNeMPQEE9JqigzkotYSSoBJt3aBt+79l1WMLdBBw9AkIPPHpzmvKc91O040P XNe9dlqle9aNj3ZFu6FB4bTbPe0opxlmYtjQ/juummEcywMocSxPNFTmDdDapwmcgSr6 oxvY4WLDX+FV7JZ33Rh/Namy+2/kMykI2Xo1I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:x-pgp-key-id:user-agent; b=RC9FiXXW2nZs4dWCs/yacZztiyvIerPrgqnyaM8gsbzzLFQQgarITR8OnjS/O88ZAn HMPEUki4Mx7lU8AUzh2BsaKtJgV5rjOTDRTtS+qDoHPPWjpgN2yGAR6BSEntv3Hpwo2g UVP0/IeSuVuwUil+gifZ5aIvNXUPgMZ4fEjYE= Date: Thu, 2 Sep 2010 00:38:33 +0800 From: Roy Zuo To: =?utf-8?B?SsOpcsOpbWll?= Roquet Cc: Zsh Users Subject: Re: Bug Report: glob qualifier Lm-1 does not work Message-ID: <20100901163833.GB11982@Lancelot> Mail-Followup-To: =?utf-8?B?SsOpcsOpbWll?= Roquet , Zsh Users References: <20100901155416.GA8509@Lancelot> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-PGP-Key-ID: 3038867F User-Agent: Mutt/1.5.20 (2009-06-14) Hi, Sorry I made some mistake about Lk-1. It has the same issue as well. If the problem is because of the minimal file size set by the file system, then it could not explain why Lm-2 and Lk-2 work. Lm-1 and Lk-1 only capture zero size files here. My zsh version is 4.3.10 . Roy $ ll *(Lm-2) -rw-r--r-- 1 roylez roylez 4.0K [2010-09-01 8:39] abc -rw-r--r-- 1 roylez roylez 0 [2010-09-02 0:24] bcd -rw-r--r-- 1 roylez roylez 2 [2010-09-02 0:28] efg $ ll *(Lm-1) -rw-r--r-- 1 roylez roylez 0 [2010-09-02 0:24] bcd $ ll *(Lk-1) -rw-r--r-- 1 roylez roylez 0 [2010-09-02 0:24] bcd $ ll *(Lk-2) -rw-r--r-- 1 roylez roylez 0 [2010-09-02 0:24] bcd -rw-r--r-- 1 roylez roylez 2 [2010-09-02 0:28] efg On Wed, Sep 01, 2010 at 06:16:59PM +0200, Jérémie Roquet wrote: > Hi, > > 2010/9/1 Roy Zuo : > > Some one just tells me that glob qualifier Lm-1 in zsh does not work, and I > > can confirm it is true. Whenever you do > > > >    ls *(Lm-1) > > > > it complains "no matches found". Lm+1, Lk-1024, Lk-1, Lm-2 all work well. The > > only thing that does not work is Lm-1. > > Can't it be because of the minimal file size allowed by your filesystem? > > I get : > > $ ls *(Lm-1) > zsh: no matches found: *(Lm-1) > $ touch foo > $ ls *(Lm-1) > foo > $ echo -n c >| foo > $ ls *(Lm-1) > zsh: no matches found: *(Lm-1) > > -- > Jérémie > -- _____________________________________________________________________ / You are always doing something marginal when the boss drops by your \ \ desk. / --------------------------------------------------------------------- \ ,__, \ (oo)____ (__) )\ ||--|| *