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

Re: Augmenting a Sticky Emulation Mode



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