When TF is started, commands are loaded from the standard library (%{TFLIBDIR}/stdlib.tf). If the installer has created an optional local library (%{TFLIBDIR}/local.tf), that will also be loaded. Macros defined in the standard library are marked with the invisible option ("-i") so they will not be processed by /list, /save and /purge unless forced. Redefining or undefining such a macro will clear the -i option, so customized macros with the same names as library macros can be created, listed, saved, and purged.
See also: utilities
These macros may be redefined to any filename. LOGFILE contains the default filename used by /log. MACROFILE, HILITEFILE, GAGFILE, TRIGFILE, BINDFILE, HOOKFILE, and WORLDFILE contain the default filenames used by the /load* and /save* families of commands.
See: /list
See: /purge
/loaddef, /loadhilite, /loadgag, /loadtrig, /loadbind, /loadhook, /loadworld. All take a file argument; if the argument is omitted, the appropriate default filename macro is used.
See: /load
/savedef, /savehilite, /savegag, /savetrig, /savebind, /savehook, /saveworld. All take a file argument. If file is omitted, the appropriate default filename macro is used.
See: /save
The helpfile, personal config file, and files read with /load may be stored compressed on disk. If TF can not find a file with the specified name, it will add ${COMPRESS_SUFFIX} to the filename and try to read it by piping it through ${COMPRESS_READ}. ${COMPRESS_READ} should contain the name of a shell command that takes a filename as an argument, and prints its output on standard output. The default values for ${COMPRESS_SUFFIX} and ${COMPRESS_READ} defined in the library are ".Z" and "zcat" for unix, ".zip" and "unzip -p" for os/2. Undefining ${COMPRESS_SUFFIX} will disable this feature. Note: /save, /saveworld, and /log do not write compressed files.
/hilite_whisper, /hilite_page, /nohilite_whisper, and /nohilite_page turn on or off hiliting several different page and whisper formats.
/reply, /act, /nolog, /nologin, /nologme, /noquiet, and /nowrap are provided for compatibility.