From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2549 invoked by alias); 25 Jan 2011 05:50:13 -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: 15728 Received: (qmail 5215 invoked from network); 25 Jan 2011 05:50:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.218.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=S31jzrdPcds70qe60jUaZ9ocyLoiC1nMjXxsuM79BqA=; b=jLm4UHixXCG8w63F/93/UIuycr4T86HvhDjG2tTHABBa+7+iHaOGPYp+XsMjoTEDyd gHDNCa+MKEerb0gkZ9vGDNMOeG3MNDjOaXNE42I75mOToGZohtUEgzl6kbHbhGnO53ZS ps5Ns0FhVNShPS1uMJUT3MBPFL3ZzUwaijHxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MObtCPTKhypsP7gKKWF43tlB1/UKLcBzgqy6toPVB/GRXiiWUZpNrCtxwmBx8umZNJ Xa9K9UBRbNErRSpWuwHZ4/nEXR01PhFeoHTrZi0hvSAj/gcbgE5ES8TYU5+c2W7dxg1w 9esSiMQiZ2hm+N6ADbbWNADC5h9HsIqH/YW6I= MIME-Version: 1.0 Date: Tue, 25 Jan 2011 00:50:08 -0500 Message-ID: Subject: Adding file name completions From: Jean-Rene David To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=0016e642d334facd5c049aa549de --0016e642d334facd5c049aa549de Content-Type: text/plain; charset=UTF-8 Hello, If I type a command name followed by and I find the completer for that command doesn't complete filenames, is there a way to tell zsh to add filename completion? -- JR --0016e642d334facd5c049aa549de--