zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Russell Harmon <russ@eatnumber1.com>, zsh-workers@zsh.org
Subject: Re: Augmenting a Sticky Emulation Mode
Date: Mon, 29 Apr 2013 11:47:56 -0700	[thread overview]
Message-ID: <130429114756.ZM16140@torch.brasslantern.com> (raw)
In-Reply-To: <130429111141.ZM16086@torch.brasslantern.com>

On Apr 29, 11:11am, Bart Schaefer wrote:
} Subject: Re: Augmenting a Sticky Emulation Mode
}
} [Re-routing to -workers]
} 
} Hmm, this may be a real bug.  I don't see exactly this with a fresh
} build on MacOS, but I do see something a little funny.

OK, I found the problem, but I don't know what to do to fix it.

It's the "no" prefix.

macadamia<506> emulate -R sh -o noshglob -c 'foo() { setopt; }'; foo
interactive
longlistjobs
monitor
shinstdin
macadamia<509> emulate -R sh +o shglob -c 'foo() { setopt; }'; foo
interactive
monitor
noshglob
shinstdin

The -o option to emulate doesn't know how to invert an option when the
"no" is put in front of it, and ends up treating it as the positive of
something else, probably garbage in the data structure.


  reply	other threads:[~2013-04-29 18:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CA+zrezRfVDfTHYMMj2HpeyrUJvyuTQ=p+PL0tV6u3hcZ1nOfAw@mail.gmail.com>
     [not found] ` <130426180127.ZM18989@torch.brasslantern.com>
     [not found]   ` <CA+zrezROkjsD5mum5TCZ02h5Z+MTWiHC59cyuAyt1J0xpgUG+g@mail.gmail.com>
     [not found]     ` <CA+zrezTCVO58URokScwT45VHa_MkgpvnEuNbvzB+Uk97+WpQRQ@mail.gmail.com>
     [not found]       ` <20130429094700.6c8db4a9@pwslap01u.europe.root.pri>
     [not found]         ` <CA+zrezT4Xn6sUPciVd=6m2M=gfTavnA8MzcjL11AzxmAGUfowA@mail.gmail.com>
     [not found]           ` <CA+zrezS4X+=rkp42WWqcYC3eFZL95DgPHmKkGaEJj+R6ZB2BNg@mail.gmail.com>
2013-04-29 18:11             ` Bart Schaefer
2013-04-29 18:47               ` Bart Schaefer [this message]
2013-04-29 21:17                 ` Bart Schaefer
2013-04-30  5:34                   ` Russell Harmon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=130429114756.ZM16140@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=russ@eatnumber1.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).