zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Zsh Hackers' List <zsh-workers@zsh.org>
Subject: emulate with options other than -c is broken
Date: Sat, 6 Oct 2012 00:01:25 +0100	[thread overview]
Message-ID: <20121006000125.354e8448@pws-pc.ntlworld.com> (raw)

Regardless of the autoload thing,

  emulate zsh -o extendedglob -c '[[ -o extendedglob ]] ||
  print "extendedglob is NOT set"'

prints

  extendedglob is NOT set

(though zsh emulation did take effect) while

  setopt ignorebraces          
  emulate zsh -o extendedglob
  [[ -o ignorebraces ]] && print "ignorebraces IS still set"

prints

  ignorebraces IS still set

(though extendedglob did get set).

This is because of the position where the emulation takes effect within
the emulate builtin.  Also, I'm not happy that parse errors in the
option parsing are handled properly.

Work for tomorrow.

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


             reply	other threads:[~2012-10-05 23:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05 23:01 Peter Stephenson [this message]
2012-10-07 19:26 ` Peter Stephenson
2012-10-11 19:53   ` Peter Stephenson
2012-10-13  4:01     ` Bart Schaefer

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=20121006000125.354e8448@pws-pc.ntlworld.com \
    --to=p.w.stephenson@ntlworld.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).