Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Using zsh in gcc compilation
- X-seq: zsh-workers 17708
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: "David Gómez" <david@xxxxxxxxxxxx>, Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Using zsh in gcc compilation
- Date: Thu, 19 Sep 2002 16:03:54 +0000
- In-reply-to: <20020919153737.GA30552@fargo>Comments: In reply to "David Gómez" <david@xxxxxxxxxxxx> "Re: Using zsh in gcc compilation" (Sep 19, 5:37pm)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020919150720.GA14948@fargo> <16798.1032448732@xxxxxxx> <20020919153737.GA30552@fargo>
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