From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23541 invoked by alias); 6 Mar 2012 20:39:32 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30324 Received: (qmail 11619 invoked from network); 6 Mar 2012 20:39:31 -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.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.3 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Stephane Chazelas Subject: Re: Regarding emulate: a thought, and refresh my memory? Date: Tue, 6 Mar 2012 20:22:01 +0000 Message-ID: <20120306202201.GD4383@yahoo.fr> References: <120303172521.ZM11549@torch.brasslantern.com> <20120306200652.1617879b@pws-pc.ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 188-223-3-27.zone14.bethere.co.uk Content-Disposition: inline In-Reply-To: <20120306200652.1617879b@pws-pc.ntlworld.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2012-03-06 20:06:52 +0000, Peter Stephenson: [...] > Can't see why not. I often do "emulate -L zsh; setopt extendedglob > cbases", it would be sensible to put that in one command. [...] What about special parameters like: zsh_options=(noshwordsplit noposixstrings...) emulate -L $zsh_options extendedglob -- Stephane