From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10041 invoked by alias); 26 Feb 2013 08:21:09 -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: 17647 Received: (qmail 8077 invoked from network); 26 Feb 2013 08:21:04 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.54 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=y2S5dTLDm+HlqLxHNtwi6GBTIrFPpvXS6XbBpkGdrRA=; b=OXA7pmPTGUxLLIwCm4aflUCbvuvxXaN3huT3+BSlfLpbN9f9dvydIytR04q+yWRcHY gEGmXoIZS17lhxyxpRRCmeyAmOSA3JhjioqadZNQ8tgROSHRBuBDH0qIOXk1Oei5odRK u+tMuW6GgXWl9DpjQSKipZ1sShAkJv90AeDUrlXgtCIGVzWzocCwbsvHcJe1lFTFHRTm xLziXU18mZTD/yjZKvtStL2AauWR7CfuIRfa6M/K77dEc83JuSn/mqdf8D78kvj3vY17 zievyT9kXy13NmFUxlj5XF3F5Gaq+oeqNdxCLNKyWOkwL/svb29OCVoXZSJWecUwkaYn GBUA== MIME-Version: 1.0 X-Received: by 10.49.120.225 with SMTP id lf1mr18142358qeb.14.1361866858347; Tue, 26 Feb 2013 00:20:58 -0800 (PST) Date: Tue, 26 Feb 2013 03:20:58 -0500 Message-ID: Subject: Zsh completion configuration LISTMAX From: joe M To: zsh-users@zsh.org, zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hello, I am trying to figure out how to limit the number of entries shown in a list by the completer. I exported LISTMAX=50 and I can see it in the shell with "echo $LISTMAX". But, for some reason, the lists are a lot bigger than that. Any suggestions on what else I can do? Thanks Joe