From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2643 invoked from network); 5 Apr 2004 16:08:16 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Apr 2004 16:08:16 -0000 Received: (qmail 4000 invoked by alias); 5 Apr 2004 16:07:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19730 Received: (qmail 3988 invoked from network); 5 Apr 2004 16:07:55 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Apr 2004 16:07:55 -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 16:7:55 -0000 Received: (qmail 26259 invoked from network); 5 Apr 2004 16:07:55 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO binome.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 5 Apr 2004 16:07:53 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 48F932A9; Mon, 5 Apr 2004 09:07:51 -0700 (PDT) Date: Mon, 5 Apr 2004 09:07:51 -0700 From: Wayne Davison To: Peter Stephenson Cc: Zsh hackers list Subject: Re: PATCH: (F) note Message-ID: <20040405160751.GB6805@blorf.net> References: <12254.1081171579@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12254.1081171579@csr.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 On Mon, Apr 05, 2004 at 02:26:19PM +0100, Peter Stephenson wrote: > +`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 This sentence makes it sound like zsh is checking for zero-length files. How about this wording: ... Note that the opposite sense tt(LPAR()^F)tt(RPAR()) results in both empty directories and non-directories. Use tt(LPAR()/^F)tt(RPAR()) for just empty directories. ..wayne..