From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5110 invoked by alias); 10 Dec 2014 23:15:44 -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: 19517 Received: (qmail 1813 invoked from network); 10 Dec 2014 23:15:41 -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,RCVD_IN_DNSWL_LOW, T_HDRS_LCASE,T_MANY_HDRS_LCASE autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=AduIQRnG c=1 sm=1 tr=0 a=w4VToPwIMRGd0q+Vq+631Q==:117 a=w4VToPwIMRGd0q+Vq+631Q==:17 a=G8GL833Es-AA:10 a=IkcTkHD0fZMA:10 a=pktgFJIQTkxQO_fviKUA:9 a=QEXdDO2ut3YA:10 Message-id: <5488D414.6010300@eastlink.ca> Date: Wed, 10 Dec 2014 15:15:32 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-version: 1.0 To: Zsh Users Subject: completion Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit Peter, Oliver: In chapter 10 of 'the book', at one point you start doing this: zstyle ':completion:::::' completer _complete _approximate ... I missed any leading explanation of what those five colons are doing. Playing with matcher-list, you have some good ideas there. I currently have all that completion/matcher stuff copied in from some website of sample .zshrc's and it was all taken on faith, since I hadn't the slightest clue how all that stuff works. Since I'm now trying to understand it, the current line I have contains this: zstyle ':completion:*' matcher-list ... 'r:|[._-]=* r:|=* l:|=*' ... at the risk of insanity, what is that incantation doing, and do I want it? Gentle generalities are fine.