zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Thiago Padilha <tpadilha84@gmail.com>, zsh-users@zsh.org
Subject: Re: How to capture a list of completions from a zle widget
Date: Sun, 27 Oct 2013 13:43:36 -0700	[thread overview]
Message-ID: <131027134336.ZM28029@torch.brasslantern.com> (raw)
In-Reply-To: <CAAq2XdrKqddXoRBar0UQF++TwkdQxhGZ4+hEJoVHaB+gWOBtKA@mail.gmail.com>

On Oct 27,  4:16pm, Thiago Padilha wrote:
}
} How can I capture a list of possible completions for the current values
} of $LBUFFER $RBUFFER and $CURSOR in a zle widget?

You need to override the "compadd" builtin.  Have a look at the example
_expand_word_and_keep function in Functions/Zle/keeper.


Which, I've just noticed, unnecessarily uses both the "function" keyword
and the "name()" syntax; only one or the other is necessary.  Also the
"always" block in _expand_word_and_keep really should cover the entire
definition of the compadd function.  So many nits to be picked ...


  reply	other threads:[~2013-10-27 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-27 18:16 Thiago Padilha
2013-10-27 20:43 ` Bart Schaefer [this message]
2013-10-27 20:44 ` Valodim Skywalker
2013-10-27 21:06   ` Bart Schaefer
2013-10-28  8:09     ` Thiago Padilha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=131027134336.ZM28029@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=tpadilha84@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).