From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8219 invoked by alias); 19 Jan 2012 18:56:12 -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: 16738 Received: (qmail 20478 invoked from network); 19 Jan 2012 18:56:09 -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.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at spf-00082601.pphosted.com designates 67.231.145.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fb.com; h=from : to : subject : date : message-id : in-reply-to : content-type : content-id : content-transfer-encoding : mime-version; s=facebook; bh=4ZJhnXQUtSG7OKLlygtvts6ar4q9ZQDy5BQDzWWK/Wg=; b=NQdNIaAi/lFQweLXbPan7ZYghGXLQOYXEv620asiWJm0e9puPAXS7QrXF1iWX0kL78rY fbuWHlztJcp1M0qxUd0XE9HtTdJHE2fYErm0EpphQ+F5VMSRsWn6pR5NyeWxHh1tqi0H qEXy68gwecA+Z3t9VcMaqLm15qXUW3mxyOE= From: Larry Schrof To: Bart Schaefer , "zsh-users@zsh.org" Subject: Re: Can we have an additional output option for setopt? Thread-Topic: Can we have an additional output option for setopt? Thread-Index: AQHM1h6VQ2ChmHzLTEekbRazwP76AZYTJJaAgAFYYgD//4mSAA== Date: Thu, 19 Jan 2012 18:37:25 +0000 Message-ID: In-Reply-To: <120119094118.ZM32561@torch.brasslantern.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.18.252] Content-Type: text/plain; charset="us-ascii" Content-ID: <8C8DF15D58196743AEF09D76456D8362@fb.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.211,0.0.0000 definitions=2012-01-19_07:2012-01-19,2012-01-19,1970-01-01 signatures=0 X-Proofpoint-Spam-Reason: safe Thanks everyone - this has all been helpful, and just what I need. On 1/19/12 9:41 AM, "Bart Schaefer" wrote: >On Jan 18, 10:08pm, Mikael Magnusson wrote: >} >} printf '%s\t%s\n' ${(kv)options > >Even better: > >printf '%-20s %s\n' ${(kv)options} > >--=20 >Barton E. Schaefer