Next: SCM Session, Previous: Invocation Examples, Up: Operational Features [Contents][Index]
is the pathname where scm
will look for its initialization
code. The default is the file Init5f4.scm in the
source directory.
is the [SLIB] Scheme library directory.
is the directory where Init5f4.scm will look for the user initialization file ScmInit.scm.
is the name of the program which ed
will call. If EDITOR
is not defined, the default is ‘ed’.
contains the list of arguments to the program. *argv*
can change
during argument processing. This list is suitable for use as an argument
to [SLIB] getopt
.
controls whether loading and interaction support syntax-rules
macros. Define this in ScmInit.scm or files specified on the
command line. This can be overridden by subsequent -m
and
-u
options.
controls interactivity as explained for the -i
and -b
options. Define this in ScmInit.scm or files specified on the
command line. This can be overridden by subsequent -i
and
-b
options.
Next: SCM Session, Previous: Invocation Examples, Up: Operational Features [Contents][Index]