Go to the first, previous, next, last section, table of contents.
The initial options specify parameters for the Emacs session. This section describes the more general initial options; some other options specifically related to X Windows appear in the following sections.
Some initial options affect the loading of init files. The normal actions of Emacs are to first load `site-start.el' if it exists, then your own init file `~/.emacs' if it exists, and finally `default.el' if it exists; certain options prevent loading of some of these files or substitute other files for them.
DISPLAY
environment variable even if it is set.
stderr
only what would normally be printed
in the echo area under program control.
Batch mode is used for running programs written in Emacs Lisp from
shell scripts, makefiles, and so on. Normally the `-l' option
or `-f' option will be used as well, to invoke a Lisp program
to do the batch processing.
`-batch' implies `-q' (do not load an init file). It also causes
Emacs to kill itself after all command options have been processed. In
addition, auto-saving is not done except in buffers for which it has been
explicitly requested.
EMACS_UNIBYTE
has the same effect.
EMACS_UNIBYTE
, so that Emacs
uses multibyte characters by default, as usual.
Go to the first, previous, next, last section, table of contents.