From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23883 invoked by alias); 10 Dec 2014 23:42:54 -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: 19518 Received: (qmail 13340 invoked from network); 10 Dec 2014 23:42:43 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:content-type:mime-version :subject:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to; s=smtpout; bh=Hv86FjmprLFPAShDgt4r+th U74s=; b=fAnO6s+XoUceAoG6hvOI6WS/ehQPBdYa28WObCKgKh7VjubpnCaFljC cH+tRhGNIPxIquQBQsKG1Xt7WJ8W0aqCzmN8IRlKrF0Iee6eE4ph9L2iq0GF/ibf LCcg1JTDSMweg30iCETRSu//vBleldLn9N/qxWeeZ/6BY/5/vWhI= X-Sasl-enc: ubmjh45dGUHynSPs2R/CE3/UShSsRKa34AyVxi3cOb4t 1418254260 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: completion From: =?utf-8?Q?Lawrence_Vel=C3=A1zquez?= In-Reply-To: <5488D414.6010300@eastlink.ca> Date: Wed, 10 Dec 2014 18:31:00 -0500 Cc: zsh-users@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <5488D414.6010300@eastlink.ca> To: Ray Andrews X-Mailer: Apple Mail (2.1993) On Dec 10, 2014, at 6:15 PM, Ray Andrews wrote: > In chapter 10 of 'the book', at one point you start doing this: >=20 > zstyle ':completion:::::' completer _complete _approximate >=20 > ... I missed any leading explanation of what those five colons > are doing. I'm not going to attempt an explanation, as the blind should not lead = the blind, but the context string format is defined in zshcompsys(1), = under "COMPLETION SYSTEM CONFIGURATION" > "Overview". vq=