| << Prev | - Up - |
There are many parameters in a profile, but you almost never have to fiddle with them: the very few used in the earlier examples are typically all you'll ever need. They all correspond to parameters also documented elsewhere. However, here is the full list of them:
NameThe profile's name
TypeIts type: one of default, installed, or build
OZHOMEOz installation directory
OZLOADMethods used by the resolver to resolve URIs
OZPATHDirectories searched for \insert directives
OZ_TRACE_LOADWhether the resolver should output tracing information
OZ_TRACE_MODULEWhether the module manager should output tracing information
LD_LIBRARY_PATHAdditional directories to search for dynamically linked libraries
DYLD_LIBRARY_PATHAdditional directories to search for MacOS X dylib libraries
OZEMULATORPath to emulator.exe
OZINITPath to Init.ozf
PATHAdditional directories to search for executable programs
Change TitleWhether to change the Emacs frame title while Mozart is running
Frame TitleString to use as the Emacs frame title while Mozart is running
Prepend LineWhether to prepend a \line directive to all Oz queries
Default HostName of host to use for creating socket connections
Source DirectoryDirectory of the Mozart sources
Build DirectoryDirectory in which Mozart was configured and built
Secondary Build DirectoryAnother such directory
Root FunctorURI of the root functor to load on startup
Run Under GDBWhether to start the OPI under control of the GNU Debugger. Possible values are one of No, Yes, and Yes + Auto Start
Other Buffer SizePercentage of frame to use for Oz Compiler/Emulator/Temp window
Popup on ErrorWhether to popup the Compiler resp. Emulator buffer upon error
Halt TimeoutNumber of seconds to wait for shutdown in oz-halt
Compile Commanddefault shell command to do a compilation This may contain at most one occurrence of `%s', which is replaced by the current buffer's file name
Application Commanddefault shell command to execute an Oz application This may contain at most one occurrence of `%s', which is replaced by the current buffer's file name, minus the `.oz' or `.ozg' extension.
Engine ProgramDefault ozengine to run the OPI
| << Prev | - Up - |