From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3923 invoked from network); 19 Oct 2008 20:13:23 -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.5 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; 19 Oct 2008 20:13:23 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 80332 invoked from network); 19 Oct 2008 20:13:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Oct 2008 20:13:02 -0000 Received: (qmail 21085 invoked by alias); 19 Oct 2008 20:12:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13347 Received: (qmail 21066 invoked from network); 19 Oct 2008 20:12:26 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Oct 2008 20:12:26 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by bifrost.dotsrc.org (Postfix) with ESMTP id B105280524C0 for ; Sun, 19 Oct 2008 22:12:22 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so86422ana.13 for ; Sun, 19 Oct 2008 13:12:21 -0700 (PDT) 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= Received: by 10.100.153.4 with SMTP id a4mr7644609ane.101.1224447141090; Sun, 19 Oct 2008 13:12:21 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sun, 19 Oct 2008 13:12:21 -0700 (PDT) Message-ID: <2d460de70810191312x4d9cedfm48e1b24e19aa51b6@mail.gmail.com> Date: Sun, 19 Oct 2008 22:12:21 +0200 From: "Richard Hartmann" To: zsh-users Subject: Globbing on what the completion function would suggest? 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/8445/Sun Oct 19 16:45:49 2008 on bifrost X-Virus-Status: Clean 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