From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14988 invoked from network); 5 Apr 2004 13:26:57 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Apr 2004 13:26:57 -0000 Received: (qmail 12538 invoked by alias); 5 Apr 2004 13:26:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19728 Received: (qmail 12526 invoked from network); 5 Apr 2004 13:26:48 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Apr 2004 13:26:48 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 5 Apr 2004 13:26:48 -0000 Received: (qmail 13047 invoked from network); 5 Apr 2004 13:26:47 -0000 Received: from lhuumrelay3.lnd.ops.eu.uu.net (62.189.58.19) by a.mx.sunsite.dk with SMTP; 5 Apr 2004 13:26:46 -0000 Received: from MAILSWEEPER01.csr.com (mailhost1.csr.com [62.189.183.235]) by lhuumrelay3.lnd.ops.eu.uu.net (8.11.0/8.11.0) with ESMTP id i35DQKv15621 for ; Mon, 5 Apr 2004 13:26:20 GMT Received: from EXCHANGE02.csr.com (unverified [192.168.137.45]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Mon, 5 Apr 2004 14:25:55 +0100 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 5 Apr 2004 14:29:25 +0100 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: (F) note Date: Mon, 05 Apr 2004 14:26:19 +0100 Message-ID: <12254.1081171579@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 05 Apr 2004 13:29:25.0046 (UTC) FILETIME=[03362D60:01C41B12] X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.2 required=6.0 tests=EXCUSE_16 autolearn=no version=2.63 X-Spam-Hits: 0.2 Might as well make this clear before people start asking... The answer to the other question is no, it isn't easier the other way around. Glob qualifiers necessarily act as boolean selectors, so there's no single-character way of expressing directory, non-empty directory, not a directory. Index: Doc/Zsh/expn.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v retrieving revision 1.47 diff -u -r1.47 expn.yo --- Doc/Zsh/expn.yo 1 Apr 2004 18:33:22 -0000 1.47 +++ Doc/Zsh/expn.yo 5 Apr 2004 13:09:33 -0000 @@ -1631,7 +1631,10 @@ directories ) item(tt(F))( -`full' (i.e. non-empty) directories +`full' (i.e. non-empty) directories. Note that the +opposite sense tt(LPAR()^F)tt(RPAR()) gives files which are +either empty, or not directories. Use tt(LPAR()/^F)tt(RPAR()) for +empty directories ) item(tt(.))( plain files -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************