From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19624 invoked from network); 10 May 2005 03:51:24 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 May 2005 03:51:24 -0000 Received: (qmail 90047 invoked from network); 10 May 2005 03:51:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 May 2005 03:51:12 -0000 Received: (qmail 10861 invoked by alias); 10 May 2005 03:51:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21246 Received: (qmail 10848 invoked from network); 10 May 2005 03:51:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 May 2005 03:51:09 -0000 Received: (qmail 89695 invoked from network); 10 May 2005 03:51:09 -0000 Received: from vms046pub.verizon.net (206.46.252.46) by a.mx.sunsite.dk with SMTP; 10 May 2005 03:51:05 -0000 Received: from candle.brasslantern.com ([4.11.1.68]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IG900IZ99D1X3Q2@vms046.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 09 May 2005 22:51:02 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j4A3p0ut013061 for ; Mon, 09 May 2005 20:51:00 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j4A3p0g3013060 for zsh-workers@sunsite.dk; Mon, 09 May 2005 20:51:00 -0700 Date: Tue, 10 May 2005 03:51:00 +0000 From: Bart Schaefer Subject: Re: PATCH: _qtplay In-reply-to: <3B3D0962-C0CF-11D9-97E1-000A957CB0EE@netwood.net> To: zsh-workers@sunsite.dk Message-id: <1050510035100.ZM13059@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <3B3D0962-C0CF-11D9-97E1-000A957CB0EE@netwood.net> Comments: In reply to Jesse W "PATCH: _qtplay" (May 9, 2:13pm) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On May 9, 2:13pm, Jesse W wrote: } } I don't know if we want to include a mac-only program in the standard } suite That'd be what the Completion/Darwin/ tree is for, no? } Let me know if there are any questions or suggestions... Here's a suggestion: } + "(-)-f[read files as playlist]:*:playlists:_files" \ Surely not all files are playlists? Is there some pattern that could be used to identify playlist files, rather than completing all files?