zsh-users
 help / color / mirror / code / Atom feed
From: "Jérémie Roquet" <arkanosis@gmail.com>
To: Zsh Users <zsh-users@zsh.org>
Cc: Roy Zuo <roylzuo@gmail.com>
Subject: Re: Bug Report: glob qualifier Lm-1 does not work
Date: Wed, 1 Sep 2010 18:16:59 +0200	[thread overview]
Message-ID: <AANLkTi=EzdV2Ez_Rg46L-1TPxAYd_HFPZRryzKiXNDPd@mail.gmail.com> (raw)
In-Reply-To: <20100901155416.GA8509@Lancelot>

Hi,

2010/9/1 Roy Zuo <roylzuo@gmail.com>:
> 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


  reply	other threads:[~2010-09-01 16:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-01 15:54 Roy Zuo
2010-09-01 16:16 ` Jérémie Roquet [this message]
2010-09-01 16:38   ` Roy Zuo
2010-09-01 16:36 ` Bart Schaefer
2010-09-01 17:01 ` Peter Stephenson
2010-09-05 18:38   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=EzdV2Ez_Rg46L-1TPxAYd_HFPZRryzKiXNDPd@mail.gmail.com' \
    --to=arkanosis@gmail.com \
    --cc=roylzuo@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).