From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22004 invoked by alias); 19 Sep 2014 10:11:26 -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: 19112 Received: (qmail 854 invoked from network); 19 Sep 2014 10:11:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=0MmnFKAz2eh5bchyI1oX42QBFWeA2AZ49gym6UnRqVk=; b=ZZOJGd6P31hSaKIqnfrYc6L+252j+xKyYRmQQlI5n4IfrPW4aYVjMRDDYgtNGFgTaK LHL0oyTqsJRbMMEETyGyrS6l3GHGSky7Vo+B+A5P9K6DdgM0S+3NSioN0xfSfzrFMyp5 j/wIDW2lWH/UdFUJDxhmiPcXR2JRy7In81bPwwXjqp/PNiJL6cu/aRFAHKBz0pcB2QdK WOtbYWpk63Frz83oafLrTAkddSx9Ws7qFkFqBFeVjYlgXZSIBmA1oL1J350H5APo6R/i 5JEkopB7xyjC+E5B4ZtYXBBxd8HUldmPWO3lH250EFTFqZ3i911Oa1UShle+lm7vWreA LdAg== X-Received: by 10.195.12.4 with SMTP id em4mr94489wjd.98.1411121476558; Fri, 19 Sep 2014 03:11:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140919090220.GB4265@localhost.localdomain> References: <20140919090220.GB4265@localhost.localdomain> From: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Date: Fri, 19 Sep 2014 12:11:01 +0200 Message-ID: Subject: Re: man page bug for negative pattern? To: zsh-user Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, 2014-09-19 11:02 GMT+02:00 Han Pingtian : > In man page of zshexpn, for "^x" negative pattern, it said: > > This has a higher precedence than `/' > > But I think the precedence should be lower than /, right? Just as the > zshguide said: > > In filename generation, the ^ has a lower precedence than a slash: > > in page 228. The zshguide is wrong there. It also says that =E2=80=9C~ is the only globb= ing operator to have a lower precedence than /=E2=80=9D --=20 J=C3=A9r=C3=A9mie