From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3135 invoked by alias); 24 Jul 2014 09:57:37 -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: 32905 Received: (qmail 21134 invoked from network); 24 Jul 2014 09:57:35 -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-b7fac6d000006cfe-9f-53d0d6306de3 Date: Thu, 24 Jul 2014 10:47:27 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: [PATCH] Re: aliases+=(foo 'echo bar') crash Message-id: <20140724104727.5b9e9e14@pwslap01u.europe.root.pri> In-reply-to: <140723224535.ZM17657@torch.brasslantern.com> References: <20140723160935.GC7798@chaz.gmail.com> <20140723175218.1350b9cd@pwslap01u.europe.root.pri> <140723183740.ZM5114@torch.brasslantern.com> <140723200417.ZM5161@torch.brasslantern.com> <140723224535.ZM17657@torch.brasslantern.com> 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+NgFuphluLIzCtJLcpLzFFi42I5/e/4VV2DaxeCDd5+NbM42PyQyYHRY9XB D0wBjFFcNimpOZllqUX6dglcGfe+3GAuWMtcceydXgPjA6YuRk4OCQETiXPtjxkhbDGJC/fW s4HYQgJLGSW2HBXrYuQCspczSRxeOocZJMEioCrxa8USsAY2AUOJqZtmg9kiAuISZ9eeZwGx hQUsJOafmwc2iFfAXmLJjo9gcU4BK4lvB9YwQwz9xijROW8bWIJfQF/i6t9PUBfZS8y8coYR ollQ4sfke2A1zAJaEpu3NbFC2PISm9e8ZZ7AKDALSdksJGWzkJQtYGRexSiaWppcUJyUnmuo V5yYW1yal66XnJ+7iRESgl92MC4+ZnWIUYCDUYmHl+HhqWAh1sSy4srcQ4wSHMxKIrwrN10I FuJNSaysSi3Kjy8qzUktPsTIxMEp1cDo08Yxe/Kp+9vv58ga5AT5/q0ze3I7Nf7Un7LzD477 CmnOKUr78i/s/jyex5l21+R2yzLmdO1WuZp5KVNzU97SqfJFa6VZw284ycYfMfj5PqzzhnPh 62W7v1hPXqpeNpWb8RjXIv5pJ54o7Nv/o8hV8mScw/FPk9YtVNtww4kvj235f6fbNheilViK MxINtZiLihMBmFu49B8CAAA= On Wed, 23 Jul 2014 22:45:35 -0700 Bart Schaefer wrote: > - pm->node.flags |= PM_UNSET; > + pm->node.flags |= (PM_UNSET|PM_SPECIAL); It's a bit surprising this hasn't caused mayhem before now, but I suppose the damage is limited or non-existent until you try to set the parameters, and mostly that just gives you a non-standard interface to something that's usually done another way. pws