From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7647 invoked by alias); 1 Dec 2014 04:34:16 -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: 19473 Received: (qmail 5850 invoked from network); 1 Dec 2014 04:34:13 -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 X-Authority-Analysis: v=2.1 cv=HYUtEE08 c=1 sm=1 tr=0 a=RJlFmrLtQxzI0svbHzu4CA==:117 a=RJlFmrLtQxzI0svbHzu4CA==:17 a=G8GL833Es-AA:10 a=N659UExz7-8A:10 a=8H-5Z5DqvZWzDUSSlisA:9 a=pILNOxqGKmIA:10 a=-c5-cJQU4CYA:10 a=rRILOy5HR9IA:10 a=uYbpnMjoVswA:10 Message-id: <547BEFC0.1070505@eastlink.ca> Date: Sun, 30 Nov 2014 20:34:08 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: setopt References: <547B79A6.1030003@eastlink.ca> <141130193147.ZM29029@torch.brasslantern.com> In-reply-to: <141130193147.ZM29029@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 11/30/2014 07:31 PM, Bart Schaefer wrote: > "set -o" will do what you want -- but note that comes from /bin/sh where Thanks Bart, that's just fine. So no need for 'ksh_option_print' after all. I got that from Oliver's book. I think I got my wires crossed between 'set' and 'setopt'.