From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21323 invoked by alias); 20 Jul 2014 17:02:37 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18976 Received: (qmail 5313 invoked from network); 20 Jul 2014 17:02:36 -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.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140720100238.ZM20179@torch.brasslantern.com> Date: Sun, 20 Jul 2014 10:02:38 -0700 In-reply-to: <20140720144907.GA20398@rikku> Comments: In reply to Silas Silva "Re: Playing with list-expand + complete-word" (Jul 20, 11:49am) References: <20140719052223.GA21109@auron.ufabc.int.br> <140719182113.ZM13840@torch.brasslantern.com> <20140720144907.GA20398@rikku> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Silas Silva Subject: Re: Playing with list-expand + complete-word Cc: zsh-users@zsh.org MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jul 20, 11:49am, Silas Silva wrote: } } Both setopt glob_complete and using zstyle mechanism have the same } effect. It is near of what I need, but it still expand the glob to the } first entry of the matching list, instead of listing the glob expansions } (what list-expand would do) and let the original glob intact. Yes, I started a second thread about this on zsh-workers as it seems there are some problems with turning menu completion off. See what you think of bindkey $'\t' complete-word zstyle ':completion:*' completer _complete _match _expand zstyle ':completion:*:match:*' insert-unambiguous pattern