Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: interactive comments [was: exported unset variables]



On Oct 29,  9:20pm, Martijn Dekker wrote:
}
} Yes, zsh invoked as sh or ksh already parses comments on the interactive
} command line. It would seem logical to me for 'emulate sh' and 'emulate
} ksh' to enable that behaviour as well.

Try "emulate -R sh" if you want this.  "emulate" without the -R option
changes only those options that are likely to affect scripting, and
deliberately avoids changing options that affect only interative use.

Hence my reluctance to ad OPT_EMULATE ...



Messages sorted by: Reverse Date, Date, Thread, Author