From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17799 invoked from network); 29 Sep 2007 21:58:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Sep 2007 21:58:56 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 7014 invoked from network); 29 Sep 2007 21:58:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Sep 2007 21:58:49 -0000 Received: (qmail 18799 invoked by alias); 29 Sep 2007 21:58:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23860 Received: (qmail 18785 invoked from network); 29 Sep 2007 21:58:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Sep 2007 21:58:47 -0000 Received: (qmail 6868 invoked from network); 29 Sep 2007 21:58:47 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 29 Sep 2007 21:58:40 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 349BF5C2AF; Sat, 29 Sep 2007 17:58:38 -0400 (EDT) Date: Sat, 29 Sep 2007 17:58:38 -0400 From: Clint Adams To: Julien BLACHE Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: _dpatch-edit-patch Message-ID: <20070929215838.GA12883@scowler.net> Mail-Followup-To: Julien BLACHE , zsh-workers@sunsite.dk References: <20070929104314.GA7801@scowler.net> <20070929211932.GA10219@scowler.net> <87641t40of.fsf@sonic.technologeek.org> <20070929215251.GB11987@scowler.net> <87sl4x2l37.fsf@sonic.technologeek.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sl4x2l37.fsf@sonic.technologeek.org> User-Agent: Mutt/1.5.16 (2007-06-11) On Sat, Sep 29, 2007 at 11:55:08PM +0200, Julien BLACHE wrote: > Yep, works just fine ! Index: Completion/Debian/Command/_dpatch-edit-patch =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpatch-edit-patch,v retrieving revision 1.2 diff -u -r1.2 _dpatch-edit-patch --- Completion/Debian/Command/_dpatch-edit-patch 29 Sep 2007 21:21:42 -0000 1.2 +++ Completion/Debian/Command/_dpatch-edit-patch 29 Sep 2007 21:57:48 -0000 @@ -13,5 +13,5 @@ '(-l --shell)'{-l,--shell=}'[shell to be invoked]:shell:' \ '(-P --origtargzpath)'{-P,--origtargzpath=}'[colon-separated list of paths containing upstream tarballs, use with -b]:path to upstream tarballs:_dir_list' \ '(-h --help)'{-h,--help}'[help text]' \ - '1:patch name:_files -W $PWD/debian/patches -g "*.dpatch"' \ - '2:base patch name:_files -W $PWD/debian/patches -g "*.dpatch"' + '1:patch name:_files -W $PWD/debian/patches -g \*.dpatch\(-.\:r\)' \ + '2:base patch name:_files -W $PWD/debian/patches -g \*.dpatch\(-.\:r\)'