Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Augmenting a Sticky Emulation Mode
- X-seq: zsh-users 17794
- From: Russell Harmon <russ@xxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Augmenting a Sticky Emulation Mode
- Date: Sun, 28 Apr 2013 23:43:27 -0700
- Cc: zsh-users@xxxxxxx
- 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=
- In-reply-to: <130428232533.ZM14841@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CA+zrezRfVDfTHYMMj2HpeyrUJvyuTQ=p+PL0tV6u3hcZ1nOfAw@mail.gmail.com> <130426180127.ZM18989@torch.brasslantern.com> <CA+zrezROkjsD5mum5TCZ02h5Z+MTWiHC59cyuAyt1J0xpgUG+g@mail.gmail.com> <CA+zrezTCVO58URokScwT45VHa_MkgpvnEuNbvzB+Uk97+WpQRQ@mail.gmail.com> <130428232533.ZM14841@torch.brasslantern.com>
- Sender: eatnumber1@xxxxxxxxx
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
<schaefer@xxxxxxxxxxxxxxxx>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
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author