From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7264 invoked by alias); 29 Apr 2013 06:43:59 -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: 17794 Received: (qmail 21825 invoked from network); 29 Apr 2013 06:43:56 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.177 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=7cfsy53PSI98dNSOd+XemHpELm3IjXHYZjT4E4LNBrY=; b=Mjcp8YO3lCVYmzzq9Ne23YOZF1bfiByp8HdSiDm3e5Ep+jRag6y57D84l+9578wj1w h0pMbfhMUL0XCfur39+W7ouLkoqRsYFSWosNgEInug5h7ytxTgcC/z/R0FAa2X+MV6eP gUWWDMwbCvA3oesxM2gH2I9DndrcNLs7EyhRQJ96IDJ3N4vWSxvhT+eleYLTvIoAHmAA IbSnlxo+BGgqlz3b/qzlHZnJ8FF2wGeaLMwYd9z/acLxSgBtYPaHigbSEz6MKoz8bPGZ oAJsp8DtFjmFGpQMO+DZlpo+2NT8nPmMML+rUqJcw5OiDxXvGtCQtG08nJlMpH0ZSLNr vTGQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eatnumber1.com; s=google; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=7cfsy53PSI98dNSOd+XemHpELm3IjXHYZjT4E4LNBrY=; b=Pwinps4zqpOZGfSWKbA5X867YT9wpyJq9IjRgCCWBlEvXV/4f24BcfpEB+qLkUUqHX cGhs1yUgoFlb5za7KHOujO8O2vUax9aYOl4bntq1uWKQK+dh7x7Z8cwg411XlFZ3ks9A VxhsqoCTH7aI94JBI0Iq80/YG/pf5pLo8ssMA= X-Received: by 10.50.12.133 with SMTP id y5mr6764848igb.108.1367217827877; Sun, 28 Apr 2013 23:43:47 -0700 (PDT) MIME-Version: 1.0 Sender: eatnumber1@gmail.com In-Reply-To: <130428232533.ZM14841@torch.brasslantern.com> References: <130426180127.ZM18989@torch.brasslantern.com> <130428232533.ZM14841@torch.brasslantern.com> From: Russell Harmon Date: Sun, 28 Apr 2013 23:43:27 -0700 X-Google-Sender-Auth: eyT4Mw6jlS5pXTZqwGrHTll8X4s Message-ID: Subject: Re: Augmenting a Sticky Emulation Mode To: Bart Schaefer Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=14dae9340f1df61c9004db7a34d6 --14dae9340f1df61c9004db7a34d6 Content-Type: text/plain; charset=UTF-8 It must be an issue with homebrew's zsh then. I've reported it at https://github.com/mxcl/homebrew/issues/19499 Thanks again. -- Russell Harmon On Sun, Apr 28, 2013 at 11:25 PM, Bart Schaefer wrote: > On Apr 28, 10:44pm, Russell Harmon wrote: > } > } I'm also a little confused here. > } > } emulate -R sh -o noshglob -c 'foo() {; setopt; }'; foo > } enables MAIL_WARNING while > } emulate -R sh -o shglob -c 'foo() {; setopt; }'; foo > } fails to enable shglob > > This and the crash you reported make me think you have a bad compile; > at least some of of your modules have the wrong mapping for symbolic > constants that represent options. If you built zsh yourself, I > suggest a clean compile; if it's a system package, please report the > error to the package maintainer ASAP. > > -- > Barton E. Schaefer > --14dae9340f1df61c9004db7a34d6--