Previous: Runtime Environment Variables, Up: Environment Variables [Contents][Index]
These environment variables are referred to by Edwin.
EDWIN_BINARY_DIRECTORYDirectory where Edwin expects to find files providing autoloaded facilities. The default is edwin on the library path.
EDWIN_INFO_DIRECTORYDirectory where Edwin expects to find files for the ‘info’ documentation subsystem. The default is edwin/info on the library path.
EDWIN_ETC_DIRECTORYDirectory where Edwin expects to find utility programs and documentation strings. The default is edwin on the library path.
ESHELLFilename of the shell program to use in shell buffers. If not defined,
the SHELL environment variable is used instead.
SHELLFilename of the shell program to use in shell buffers and when executing
shell commands. Used to initialize the shell-path-name editor
variable. The default is /bin/sh.
PATHThe initial value of the exec-path editor variable, which is
subsequently used for finding programs to be run as subprocesses.
DISPLAYThe X11 display on which Edwin will create windows.
TERMThe terminal type used by Edwin when it runs on a terminal.
LINESThe number of text lines used by Edwin when it runs on a terminal, for systems that don’t support ‘TIOCGWINSZ’.
COLUMNSThe number of text columns used by Edwin when it runs on a terminal, for systems that don’t support ‘TIOCGWINSZ’.