From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17636 invoked by alias); 7 Oct 2012 17:52:02 -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: 30721 Received: (qmail 346 invoked from network); 7 Oct 2012 17:51:59 -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 Received-SPF: neutral (ns1.primenet.com.au: 209.85.212.177 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=iohmWGFmoOu6YDY+k7R9lUdjZtOzb9juKw+SO3cHh2o=; b=IuU2Eu6CT6MP6GR58T7HqLe403WkHV1n9/SPGToTVputD0uB+wCD/xwD7epv6TskyC ZLoddHk8WVMF2zIBUDxjy5ZLkSqtGlknMsQ1bLxoDWWiTKuj+/amEz8V+NFEso5nvbse 6j5JNGKAGH48M3TzR3JWSojFtrcCmeZQA7MQ782DlV8jWnrnUw4AWx0bfoBIci6RSFvm AmP21QLUGk9Yfe37zZwkDY3j+n7ViF+tNv5anJ6zlpnKGhzzN/v6uvVEX81ez5t+4tfC fnaI5/raJ33iffyBROo1aX8u0dWiJOq/hDb5GRyUVo6TM67Xwld6sIkEh4n/9lqn6ZRv 5K8A== X-ProxyUser-IP: 82.8.55.192 Date: Sun, 7 Oct 2012 18:51:47 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: autoload -X inside an anonymous function Message-ID: <20121007185147.0125c55e@pws-pc.ntlworld.com> In-Reply-To: <87ipao60v2.fsf@gmail.com> References: <13194.1347934322@thecus.kiddle.eu> <120918095827.ZM23535@torch.brasslantern.com> <1348021726.8764.YahooMailNeo@web29706.mail.ird.yahoo.com> <120919075811.ZM24917@torch.brasslantern.com> <20120920203537.29bb1d18@pws-pc.ntlworld.com> <120924115023.ZM22732@torch.brasslantern.com> <20121005223228.408a7b2f@pws-pc.ntlworld.com> <87ipao60v2.fsf@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl/vbv+4iJ1ucqSmsektnrmivxMF5M7E5FwsGORZk27H8xEGFkxebe9HXbOavGg7IlWJX53 On Fri, 05 Oct 2012 23:54:41 +0200 Christian Neukirchen wrote: > > I've tracked this mystery down... I had "ignoreclosebraces" set because > > I had been trying it out from when the option was added. > > I still feel bad for proposing this option. It made nothing but trouble. Heh. It's not actually the option that's the problem, just one aspect of it I missed and the fact that it revealed certain other things going on. Bart wrote: > I'm generally in favor of your patch from 30718. I'm mildly concerned > about functions that, when executed, define or autoload other functions, > but even if that's a real issue it could be fixed by another emulate -c > scope. At this stage, I'm not even sure what issues it might reveal. I've committed the change. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/