From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27160 invoked by alias); 20 Mar 2012 08:40:58 -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: 16911 Received: (qmail 2488 invoked from network); 20 Mar 2012 08:40:57 -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 _spf.google.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:disposition-notification-to :user-agent; bh=8g1a8XBJmbgxMQ9+/ReYEJGtPhGNkmOSH7m01YEUqNs=; b=Qln93lX4DreM/rz2VCPdkVyk6uNdwdJYAPXG36Rlf2agFbyi3k+/eLPMdQo7kRj2rB gbIG4PQ2dLhBenYkcvIja3KCGCcuTasxDYWP2PsRmYAIsg2eNf9GhxbO3TAkJKKZfYRn unrCvdtg0zt5CAmiYTKtssd8zcRVIIQoYvvWrvIaZRi/qV3h/4sLsaPHjdHhYL54c1ez kbkOQJxc1rmJdPadKfIstYZ6sG2Cmo+j+9sBigMf11rZcNqKCU25dG/n4hjw+ZVT4OY7 aeXgVSsXbvmHgKaGEMRDgbwN7afghFzTKq9hIg8E/wUlp6WhYgaIp0KeiYWN2w+mis/B /lKw== Date: Tue, 20 Mar 2012 16:32:14 +0800 From: lilydjwg To: zsh-users@zsh.org Subject: Why the l parameter flag in this case not work? Message-ID: <20120320083214.GA3818@lilyforest> Mail-Followup-To: zsh-users@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) I tried to print a line of `-' but not work: print ${(l.80..-.)} An empty line is printed. However, printing a line of `=' or other strings do work: print ${(l.80..+.)} I tried to quote `-', but only 40 `-'s are printed: print ${(l.80..\-.)} My zsh is version 4.3.17. -- Best regards, lilydjwg