From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20588 invoked by alias); 1 Mar 2013 19:38:34 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31093 Received: (qmail 455 invoked from network); 1 Mar 2013 19:38:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.216.176 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=TLzQsJLnC3tz+Dyurgxu3DtwYOZHukeAPwyNzjMY4JQ=; b=et80NhsGdoTV7KFGCs3bCf1RkWzo2UPHO+Sll4aIZz/4oPKnikz0JhE2YsZmnKynCA RM/5zdVlDgpxjOyNfOSPZPOi2felan+UxFvf5tJrcZJCieMTEDVTqK9cezsP9gzLhGvj ssXnUUHEkxnkP5rmqjsQq896pKlHkWMp5VBM+RDIBZ+O8/sSOY0FGWeceIO11jD8eES1 VphSP/C10SQvY1Xg7SRQNg1uB6QZOV3WQuhMCtxUQKp1VePMz9lZP3Rkg/txafLGuUoK 9mnUREPnEB+Eso+Vh2b//VBkn4NviPIvnTAG41PeRrVlPYdLPEpdjKI7j3UYpWsbb65L SgFw== MIME-Version: 1.0 X-Received: by 10.49.12.194 with SMTP id a2mr20608400qec.11.1362166706012; Fri, 01 Mar 2013 11:38:26 -0800 (PST) In-Reply-To: References: <28025.1362043834@thecus.kiddle.eu> Date: Fri, 1 Mar 2013 14:38:25 -0500 Message-ID: Subject: Re: zsh completer _approximate completer From: joe M To: Oliver Kiddle Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hello, > --(~/etc/zsh)-------------------------------------------------------------------------------------------------------------------(pts/3@master)-- > grep test * > -- expansions -- > 01-colors.zsh 01-prezto-helper.zsh > 05-appearance.unused_zsh 06-zex.zsh-does-not-work > 10-syntax.zsh.trapd00r 20-abbrevations.zsh 20-bookmarks.zsh > 20-exports.zsh > 20-history.zsh 20-setopts.zsh > 39-completion-skeleton.zsh 40-alias-global.zsh > 40-alias-ls.zsh 40-alias-suffix.zsh 40-alias.zsh > 40-completion.zsh > 40-completion.zsh.20130228 40-completion.zsh.20130301 > 40-completion.zsh.original 40-directory.zsh > 50-bindkeys.zsh 50-functions.zsh 60-git.zsh > 70-autojump.zsh > 70-simpleprompt.zsh 90-syntax.zsh > 90-syntax.zsh.zsh-syntax-highlighting > 91-history-substring-search.zsh 92-auto-fu.zsh.disable > 99-startup.zsh all_opts all_opts_bang > bart.theme colorize colorize.c > compdef > compdef.disable .git .gitignore > history_words_to_commands.patch > mikachu-dot-zshrc prezto > start-zsh-with-cmd.exp todo > todo.txt trapd00r.theme zex-zsh > zprofile.20110925 > zprofile.20120319 zprofile.20130124 > zprofile.latest zprofile.root > zprofile.simple zsh_history.joe zshrc > > --(~/etc/zsh)----------------------------------------------------------------------------------------------------------------------(pts/3@master)-- > grep test * > tags in context :completion::expand::: > all-expansions expansions original (_expand) > > It does not show the original before. Adding this is not changing the above behaviour either. zstyle ':completion::exand:*' group-name '' Thanks Joe