From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18859 invoked from network); 23 Nov 2008 22:31:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Nov 2008 22:31:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 93323 invoked from network); 23 Nov 2008 22:31:56 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Nov 2008 22:31:56 -0000 Received: (qmail 27442 invoked by alias); 23 Nov 2008 22:31:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26085 Received: (qmail 27425 invoked from network); 23 Nov 2008 22:31:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 23 Nov 2008 22:31:52 -0000 Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by bifrost.dotsrc.org (Postfix) with ESMTP id 3AB6C80525B4 for ; Sun, 23 Nov 2008 23:31:48 +0100 (CET) Received: by yw-out-2324.google.com with SMTP id 5so685357ywb.81 for ; Sun, 23 Nov 2008 14:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=IZKk0QPeNXucWkFl9GLbxiB4EP8kgtbpJLxSZ4gyc/c=; b=Nm5NOT128nvFUISY1TJQteV2HDczeuLmTi981UD1xnFj/GowjgX+eHq7NCBOabE6H0 obVCzLIoKQn4tzWiRGe4n6B96HHYw+34jeBHNkkWrKO2joLgXcP+jcmNmbFdY/n1IFxN rUr8pZUd2sqD8+e5CHXMKLOWwpqpwk4O8SZ10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Yt+YTr8giJvKTAowpDS880E39ruTQWXhG4Yu4qHDN6Hbt992XT/69yaOyJF3v8nVd0 yIMUh0n1lOA0nb3fMrMsQ0sp4d0tp1Jzxwfjgw8KfGo18JDlWLctKLp9+0Y/QOofjrJ5 59E8ToKADlYys+C3bpt5IkPoFxXJE58/TNhdg= Received: by 10.101.70.15 with SMTP id x15mr1247554ank.112.1227479508231; Sun, 23 Nov 2008 14:31:48 -0800 (PST) Received: by 10.100.43.19 with HTTP; Sun, 23 Nov 2008 14:31:48 -0800 (PST) Message-ID: <2d460de70811231431q2996b12ds7a0a7baca9796ebe@mail.gmail.com> Date: Sun, 23 Nov 2008 23:31:48 +0100 From: "Richard Hartmann" To: "Zsh Workers" Subject: Minor bug in apt-get completion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/8666/Sun Nov 23 11:41:19 2008 on bifrost X-Virus-Status: Clean Hi all, unfortunately, I could not make this work, myself. Even looking into the bible (from bash to z shell) didn't help as it apparently does not explictly cover changing the order of options (or I fail and missed it). Thus, I am sending it to the list. apt-get -t exper install foo works, while apt-get install -t exper foo apt-get install foo -t exper won't expand the release, even though all three forms are allowed. _aptitude does not show this behaviour, but I could not transfer stuff from there to _apt. Richard