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

Re: Using zsh in gcc compilation



On Sep 19,  5:37pm, David Gómez wrote:
}
} > But that implies the zsh/parameter module is loaded.  It shouldn't be
} > doing this by default in sh emulation. 
} 
} No, it isn't loaded. In sh emulation just main,complete,compctl and zle are
} loaded, or just main if the shell is not interactive.

$ echo $ZSH_VERSION
4.0.3
$ echo $options
on
$ zmodload
zsh/compctl
zsh/complete
zsh/main
zsh/zle
zsh/parameter
$ 

Before version 4.0.5, reference to $options would autoload zsh/parameter.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


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