Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to capture a list of completions from a zle widget
- X-seq: zsh-users 18062
- From: Thiago Padilha <tpadilha84@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: How to capture a list of completions from a zle widget
- Date: Sun, 27 Oct 2013 16:16:24 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IAw+Dbw4P7Z7Joj3Ekc9DnPC6MQ0DACojWEOqUzGDBI=; b=GjjNmd95uiCt1cMpr3mPLOH88WsaGrCeGVDUKJQYSg5CsAOh8PiAESiwruCw1FfDJg fHkRkfyeNrfqBsNqpBFybpUdmUe+Eznzm9HhD+KGhRMT94Jn3IcKP3tuED9NsEf7snRb r7QVbBqwDEoK06s73rTmjzM59b7PC5pTNQLUgeWvCwK4qgsL703980osGFgZWDJfVV68 gz7h37QJTC4M+9dXT+BQC1luG4eZwcdeOudxUI6LDuaDvZrNAcK/qxNxdfn9mgu2f6wy Ye80sN+nuXQPRBLnMJPx0/TsQwIKCbOMD1WONp91SfXAvepJdNY9uuQX3lxikJZ9DH4V pGOg==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi
How can I capture a list of possible completions for the current values of
$LBUFFER $RBUFFER and $CURSOR in a zle widget? I know invoking 'zle
list-choices' will display on terminal, but I would like to capture those
in an array.
Thanks
Messages sorted by:
Reverse Date,
Date,
Thread,
Author