Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Minor bug in apt-get completion
- X-seq: zsh-workers 26386
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Minor bug in apt-get completion
- Date: Wed, 21 Jan 2009 14:58:43 +0100
- 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=
- In-reply-to: <2d460de70811231431q2996b12ds7a0a7baca9796ebe@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70811231431q2996b12ds7a0a7baca9796ebe@xxxxxxxxxxxxxx>
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
<richih.mailinglist@xxxxxxxxx> 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<tab> install foo
>
> works, while
>
> apt-get install -t exper<tab> foo
> apt-get install foo -t exper<tab>
>
> 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
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author