From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7837 invoked by alias); 9 Jan 2015 13:35:43 -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: 34182 Received: (qmail 23498 invoked from network); 9 Jan 2015 13:35:32 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f4-b7f126d000001e9a-2d-54afd9214865 Date: Fri, 09 Jan 2015 13:35:07 +0000 From: Peter Stephenson To: Zsh hackers list Subject: Re: [PATCH] Re: Insecure tempfile creation Message-id: <20150109133507.730cd663@pwslap01u.europe.root.pri> In-reply-to: <20150109125105.2f469623@pwslap01u.europe.root.pri> References: <20141222203624.GA24855@tarsus.local2> <141227223029.ZM15959@torch.brasslantern.com> <141227234421.ZM16038@torch.brasslantern.com> <141228004101.ZM28486@torch.brasslantern.com> <20141229004957.GA1737@tarsus.local2> <141228200142.ZM22840@torch.brasslantern.com> <20150107220345.GE1714@tarsus.local2> <20150108064816.GA17816@lorien.comfychair.org> <150108000821.ZM7996@torch.brasslantern.com> <20150108142420.141e5f4b@pwslap01u.europe.root.pri> <20150109090238.164962b8@pwslap01u.europe.root.pri> <20150109125105.2f469623@pwslap01u.europe.root.pri> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrOLMWRmVeSWpSXmKPExsVy+t/xq7qKN9eHGJxoYLU42PyQyYHRY9XB D0wBjFFcNimpOZllqUX6dglcGbPXLmAs6GermDnxPXsDYxtrFyMnh4SAicS5dRdYIGwxiQv3 1rN1MXJxCAksZZR4eGUpE4SzhEni1b79jBDONkaJ718msYO0sAioSqz42ccMYrMJGEpM3TSb EcQWEdCS2HHyJBOILSxgLNHxejPYOl4Be4kpHd1gvZwCDhJdx5azQgy9xCqx6fBPsAZ+AX2J q38/MUHcZC8x88oZRohmQYkfk++B3coMtGDztiZWCFteYvOat2BHCAmoS9y4u5t9AqPQLCQt s5C0zELSsoCReRWjaGppckFxUnquoV5xYm5xaV66XnJ+7iZGSOB+2cG4+JjVIUYBDkYlHt4d qutDhFgTy4orcw8xSnAwK4nwNmwGCvGmJFZWpRblxxeV5qQWH2Jk4uCUamCUXPezhsOQU6mI 86+f4JNTCxc481nVbe4QfCcTdCe2bunbPUe+sOl47ZrVeuH+L94VQV3LomZ51LtOn8N27dja r5z9s+LW3jXOqv6m5qS27/2r91FirvN/PNufIHH4rbxH9NVYO6+OV6fPsM9zCy5JSJuwnTU0 QfCozj4HYS9fsRTFmNf922SVWIozEg21mIuKEwHJYdgbOgIAAA== On Fri, 9 Jan 2015 12:51:05 +0000 Peter Stephenson wrote: > Probably worth mentioning in the zsh/files doc. diff --git a/Doc/Zsh/mod_files.yo b/Doc/Zsh/mod_files.yo index 5dbdae7..90e9884 100644 --- a/Doc/Zsh/mod_files.yo +++ b/Doc/Zsh/mod_files.yo @@ -10,7 +10,10 @@ all features now required by relevant standards committees. For all commands, a variant beginning tt(zf_) is also available and loaded automatically. Using the features capability of zmodload will let you load -only those names you want. +only those names you want. Note that it's possible to load only the +builtins with zsh-specific names using the following command: + +example(zmodload -m -F zsh/files b:zf_\*) The commands loaded by default are: pws