Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Minor bug in apt-get completion
- X-seq: zsh-workers 26085
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Subject: Minor bug in apt-get completion
- Date: Sun, 23 Nov 2008 23:31:48 +0100
- 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=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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