Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compgen-like functionality
- X-seq: zsh-users 13136
- From: brian <brianchina60221@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: compgen-like functionality
- Date: Tue, 12 Aug 2008 13:08:18 -0500
- 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=u4CHxfS3lph6bcXHsQHL6yTJjDkSa3qgvB6fHOmXL9k=; b=YsKA2wKvH4k4+YZaIQZ3XKZiXVRcJck9WfUYl2M0gjKd04O4FlPtmIM7jZu+i4f/Mf ZgdjvVqx8esUIpY2hpcjzQqu+lIQD2G5Rz+KhgjO/9aRV+aP3GCambtyD6BQ6uvVjWJD QRLxPOs6Gj0TdBflztSr7t+8m/34/AnVj0Bh4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fb4+GT9YQ7o3pjwvrLryi25JgOmMqWLxMwOa7BwylEtB51SpN6gxzEwcYQrw7W2wzH Lk1a3wQ+F5wqAlyv6yzmNWepVJmeCtkUKGeef3sMWo6AGMIcqmasFZQ4L6md/gG/PXaT EsdWqsf7f+optJThwHUQ/aRCnJcp9pbRczn7o=
- In-reply-to: <20080812174228.GA24232@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <22f6a8f70807020145g20eb0ef5o37fd7e8fffcef9a8@xxxxxxxxxxxxxx> <20080702101447.4d597170@news01> <22f6a8f70807020222h554fa3b6q67fec68d68e4fe23@xxxxxxxxxxxxxx> <20080812174228.GA24232@xxxxxxxx>
On Tue, Aug 12, 2008 at 12:42 PM, Clint Adams <clint@xxxxxxx> wrote:
> On Wed, Jul 02, 2008 at 04:22:55AM -0500, brian wrote:
>> The idea is to use zsh's better completion stuff. I'm unsure whether
>> bashcompinit provides anything over just using compgen directly.
>
> As I understand this now, brian was asking for something that would,
> instead of doing the whole zle completion thing,
> would just print/return the set of possible completions for the given
> command line and context.
Yeah. The idea is to let other applications use zsh's completion
stuff. Strangely, it seems a lot easier with bash. That's why xmonad's
prompt stuff currently uses compgen.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author