From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7385 invoked from network); 24 Sep 2007 20:27:49 -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; 24 Sep 2007 20:27:49 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 94014 invoked from network); 24 Sep 2007 20:27:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Sep 2007 20:27:43 -0000 Received: (qmail 19347 invoked by alias); 24 Sep 2007 20:27:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23825 Received: (qmail 19334 invoked from network); 24 Sep 2007 20:27:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Sep 2007 20:27:40 -0000 Received: (qmail 93761 invoked from network); 24 Sep 2007 20:27:40 -0000 Received: from wr-out-0506.google.com (64.233.184.235) by a.mx.sunsite.dk with SMTP; 24 Sep 2007 20:27:34 -0000 Received: by wr-out-0506.google.com with SMTP id c48so555381wra for ; Mon, 24 Sep 2007 13:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=9K9/C5/qoqm4oLIeoYWrwoeX93THbPFSgn/ywFuUskY=; b=ZOtJvoK07kvPX5OtKmVX2UQem0KZZOgm/ytMddJYUoYEPSjWiOHTn9yEdsyk4f9ewrpUrEHiLcoo2xBnb2rYvJI46lk0OL7yUUkVDPbt0EWu2HKlnu2YswE91Qw5Lw6DhAM2mZwznkZTDbbSTERnIgwZwEZ8IquQuCWmpIYxaNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PwWzacguEEJtsUv8tZb3thcUkrXzL9d/5+YcCPznvPtCw9CsK8dJssFw84y0UGy3MUSC94VQ/SZSwhxmhDpyW9hkr2hRp5DC7KW1t93AYk2hyUEItdR2AnnnfpIZj6ZXoP6VfJrZm6ngV05pMhFd/C42KhFPtaiMU39pBhp6yok= Received: by 10.142.128.6 with SMTP id a6mr1055944wfd.1190665652326; Mon, 24 Sep 2007 13:27:32 -0700 (PDT) Received: by 10.142.86.21 with HTTP; Mon, 24 Sep 2007 13:27:32 -0700 (PDT) Message-ID: <237967ef0709241327u1d6fc7ffm2400e05e1478dc16@mail.gmail.com> Date: Mon, 24 Sep 2007 22:27:32 +0200 From: "Mikael Magnusson" To: zsh-workers Subject: oggenc tabcompletion itch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline The options completion for oggenc wants options like -q 3 with a space, but oggenc accepts -q3 without a space happily too. Being lazy i usually type -q3 without the space, but then oggenc -q3 completes {1..10} instead of filenames, which is my issue. Is there any easy way to modify the _vorbis completion file to fix this? (probably also applies to all the other options, though i use them more rarely). the line for -q in _vorbis looks like '(-q --quality)'{-q,--quality=}'[set encoding quality]:quality:(0 1 2 3 4 5 6 7 8 9 10)' \ and is sent to _arguments -s -- Mikael Magnusson