Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Globbing on what the completion function would suggest?
- X-seq: zsh-users 13347
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Globbing on what the completion function would suggest?
- Date: Sun, 19 Oct 2008 22:12:21 +0200
- 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=fQFPbl27lygqTzFkkOk7BWHpxGSJPuuMWPnoFFAgWZs=; b=H/eYs95CVfuj7y34fjCadwrLTAguyhd8/noZ8CxjXvEv7+jqLibwrLtUgm6/VjRZS6 ns5YKG3/g1Ypt1Lo/ERKJG7L1PS/HfUGxcwnr6ZNPCeqaKumGkmmh5JlUJLZn7OwSZxc T4dnCxZLtFZy+GMvpyEqElV18gq/UDcxRHg9M=
- 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=NRQjvhftVE2sjVGUYKRPxexqMvKpNMFoY5p6J1nHmhrPdmYjlUQ4D+Ia1fOffz/XYe WonNVv8JTocmxoHjhnePhlm4e+Ct2El6yBZCvMI9QIb4TCf2ISfFt9kaT/6/hpSIqX5a qpdjO9vaCpBJpNN+nvTMP4ghs0QDEG74R0glA=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
I want to do the following (pseudocode):
apt-cache show expand_completion(*foo*)
where *foo* globbing on what the completion would suggest,
at this point. Unfortunately, I could not figure it out, by
myself.
Any pointers?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author