zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: joe M <joe9mail@gmail.com>
Cc: zsh-workers@zsh.org
Subject: Re: zsh completer _approximate completer
Date: Sat, 02 Mar 2013 00:40:27 +0100	[thread overview]
Message-ID: <5449.1362181227@thecus.kiddle.eu> (raw)
In-Reply-To: <CAHjjW178mEi39Z=gVXwpY7MSKMjL=W4t7Vz9gsCsJ_0N2YSuxQ@mail.gmail.com>

joe M wrote:
> _approximate group-order works when I set the below:
> 
> zstyle ':completion:*' group-name ''
> 
> _expand does not though.

Have you perhaps got your tab key bound to expand-or-complete? That
would mean that you're using the old built-in expansion and not _expand.

If you want to use _expand (or _match) it is better to just do:
  bindkey '^I' complete-word

Other than that, if I copy your snippets of zstyle commands and add a
group-order style, it all works fine.

Oliver


  reply	other threads:[~2013-03-01 23:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-28  6:27 joe M
2013-02-28  6:42 ` joe M
2013-02-28  9:00   ` Oliver Kiddle
2013-02-28  9:30   ` Oliver Kiddle
2013-03-01 19:30     ` joe M
2013-03-01 19:38       ` joe M
2013-03-01 20:30         ` joe M
2013-03-01 23:40           ` Oliver Kiddle [this message]
2013-03-02  4:13             ` joe M

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=5449.1362181227@thecus.kiddle.eu \
    --to=okiddle@yahoo.co.uk \
    --cc=joe9mail@gmail.com \
    --cc=zsh-workers@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).