From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28953 invoked by alias); 28 May 2015 22:39:45 -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: 35321 Received: (qmail 1167 invoked from network); 28 May 2015 22:39:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=vA+5bhQI6Dr2uQzGafCEM27rmYJwNWlsK12viFzoN2A=; b=HhRWPHm5YMRO/XC006q7xYRUR+6QXblO4rd72Hazr+oMwQmYuORofjIz9k2NMsEImQ MVFCloPrIHwDexVmNqA2ieAlQctFV6Rzc2q1K/8YfLOLcUBtxf/eEYUisOPy7XwcktRJ XN7gs3wpsP5tAirgayAkk5AS2Gokal/0eR7M9/B837KnQIMSJekO6s9K5y94/GvNgPHt czZOm9vC6DhpMO4eLN/wK1sSjT1HPkWJKTbyVGXF9ep/d3S1BcOvWs9uIb7fRvYRzBt4 6HjEXrEB6CDHI26O4iqBpovIZInJJJfBbI3FBREtolo4YVse8uCor8cSBrPwUY5wPW79 Um1w== X-Gm-Message-State: ALoCoQk1H7IFbws2yzcmwBwAdjPo0hBeCpB2HeJL3ub6vOS+x074K/jqCUZeKnNobt8Ks5eEESFd X-Received: by 10.202.227.15 with SMTP id a15mr4209548oih.59.1432852781753; Thu, 28 May 2015 15:39:41 -0700 (PDT) From: Bart Schaefer Message-Id: <150528153939.ZM12453@torch.brasslantern.com> Date: Thu, 28 May 2015 15:39:39 -0700 In-Reply-To: <87vbfjnzsi.fsf@gmail.com> Comments: In reply to Christian Neukirchen "Small nitpick: _nm completion" (May 23, 4:17pm) References: <87vbfjnzsi.fsf@gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Small nitpick: _nm completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I never saw a response to this ... On May 23, 4:17pm, Christian Neukirchen wrote: } Subject: Small nitpick: _nm completion } } zsh-5.0.7-0-g208bded } nm /usr => nothing } nm /usr/bin => lots of binaries } } I think it should complete general directories too, just like every } other file completion I can think of. I am not able to reproduce this from "zsh -f" + compinit: torch% nm /usr torch% nm /usr/ torch% nm /usr/ bin/ games/ lib64/ sbin/ X11R6/ doc/ include/ libexec/ share/ etc/ kerberos/ local/ src/ evolution28/ lib/ man/ tmp@ That is, first TAB adds a slash, second TAB lists directories. In no circumstance can I complete directly from "/usr/bin" with no trailing slash, to a list of files, so if that's actually working for you there must be some additional configuration stepping in. -- Barton E. Schaefer