From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8517 invoked from network); 21 Jan 2009 13:58: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.6 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; 21 Jan 2009 13:58:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 50179 invoked from network); 21 Jan 2009 13:58:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Jan 2009 13:58:52 -0000 Received: (qmail 3016 invoked by alias); 21 Jan 2009 13:58:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26386 Received: (qmail 3001 invoked from network); 21 Jan 2009 13:58:47 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Jan 2009 13:58:47 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by bifrost.dotsrc.org (Postfix) with ESMTP id 20E9580271F0 for ; Wed, 21 Jan 2009 14:58:43 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id e21so1667651fga.37 for ; Wed, 21 Jan 2009 05:58:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=UXmbnt+tPR7dTBg4oycW8Cg/DHOs+dqIBC094aSHTo0=; b=nbPzzt3sjHftMFa6VGs23yffFPD4MQ3XVvnjVM6wVyXUhwDh1lsWTKtc4VlGuib4GU LP42Sj9NVlW7pPrYybRNRtz3PXsu5/88VHSE0lSDTqhmUt3rQfoHW4vnkGcilQ32jSUN lmhPlJnydB2fMLr5Cnr3QPb1EKOaap99ucAK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hqsO8kn6mtWNz31nKGPqvS8tzNPJ2SrSpObPxAIq3QiD0HCzbS2E17TMN6VYkMwD3Q FdAfGo/8diN8VbQORabEKppVRF0BQIIVWoK3829h1S8HAc6PX6+Gvt9RGkP/tT2D/Ld7 7JuVYR/Wn+Zn4TIyhBzjbMg0Vqqu9sOpYFUf0= MIME-Version: 1.0 Received: by 10.86.65.9 with SMTP id n9mr142713fga.61.1232546323555; Wed, 21 Jan 2009 05:58:43 -0800 (PST) In-Reply-To: <2d460de70811231431q2996b12ds7a0a7baca9796ebe@mail.gmail.com> References: <2d460de70811231431q2996b12ds7a0a7baca9796ebe@mail.gmail.com> Date: Wed, 21 Jan 2009 14:58:43 +0100 Message-ID: <2d460de70901210558o5364e934r96de93aeb68e1ecc@mail.gmail.com> Subject: Re: Minor bug in apt-get completion From: Richard Hartmann To: Zsh Workers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8884/Wed Jan 21 14:15:32 2009 on bifrost X-Virus-Status: Clean Bump. Full quote below to make it easier for people who don't use thread view. Richard On Sun, Nov 23, 2008 at 23:31, Richard Hartmann wrote: > 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 >