From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20068 invoked by alias); 19 Jan 2013 17:28:33 -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: 17591 Received: (qmail 26151 invoked from network); 19 Jan 2013 17:28:31 -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 autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.13 as permitted sender) X-Authority-Analysis: v=2.0 cv=ALuRCTdV c=1 sm=1 a=b3SXY1D4cuMtXB6W/vj6fA==:17 a=0wiOde9d68gA:10 a=T8t8TW_-Z6gA:10 a=8nJEP1OIZ-IA:10 a=4A09jZG2lrQA:10 a=Q-hs189Pd8-g1My0gLIA:9 a=wPNLvfGTeEIA:10 a=b3SXY1D4cuMtXB6W/vj6fA==:117 Message-id: <50FAD0AF.60506@eastlink.ca> Date: Sat, 19 Jan 2013 08:58:23 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: zsh functions not playing nice. Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit Gentlemen, I can't get this sort of thing to work: $ nice -n 20 some-zsh-function returns: "nice: some-zsh-function: No such file or directory. I can use 'nice' with any builtin or binary or script, just not with a function. How do I solve that? Thanks.