From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19115 invoked by alias); 10 Jul 2013 13:55:00 -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: 17855 Received: (qmail 9903 invoked from network); 10 Jul 2013 13:54:53 -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=-0.0 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at websitewelcome.com designates 67.18.22.82 as permitted sender) Message-ID: <51DD616D.2090200@goots.org> Date: Wed, 10 Jul 2013 14:28:13 +0100 From: Nick Cross User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Make Completion Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator3039.hostgator.com X-AntiAbuse: Original Domain - zsh.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - goots.org X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([172.17.130.193]) [128.240.4.255]:33754 X-Source-Auth: goots@goots.org X-Email-Count: 1 X-Source-Cap: cm5jO3JuYztnYXRvcjMwMzkuaG9zdGdhdG9yLmNvbQ== Hi, Am I right in thinking that the make completion under ZSH (5.0.2 on Fedora18) does not complete the command line -* options (as opposed to Bash which does) ? I have tried "make -" and nothing happens - in bash it prints out a menu of the - options (e.g. --debug). Looking at the _make completion there does not seem to be any description for the options (as opposed to e.g. in _lynx) Thanks Nick