comparison man/cmdargs.texi @ 77629:346831152250

(Initial Options): Under --batch, mention --eval.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 May 2007 21:55:26 +0000
parents b3e5ac3a2206
children 02b9a9aa5b0c d7172f202ab8
comparison
equal deleted inserted replaced
77628:880f0202a5b6 77629:346831152250
213 @item -batch 213 @item -batch
214 @opindex --batch 214 @opindex --batch
215 @itemx --batch 215 @itemx --batch
216 Run Emacs in @dfn{batch mode}. Batch mode is used for running 216 Run Emacs in @dfn{batch mode}. Batch mode is used for running
217 programs written in Emacs Lisp from shell scripts, makefiles, and so 217 programs written in Emacs Lisp from shell scripts, makefiles, and so
218 on. You should also use the @samp{-l} option or @samp{-f} option, to 218 on. You should also use the @samp{-l}, @samp{-f} or @samp{--eval}
219 invoke a Lisp program to do batch processing. 219 option, to invoke a Lisp program to do batch processing.
220 220
221 In batch mode, Emacs does not display the text being edited, and the 221 In batch mode, Emacs does not display the text being edited, and the
222 standard terminal interrupt characters such as @kbd{C-z} and @kbd{C-c} 222 standard terminal interrupt characters such as @kbd{C-z} and @kbd{C-c}
223 continue to have their normal effect. The functions @code{prin1}, 223 continue to have their normal effect. The functions @code{prin1},
224 @code{princ} and @code{print} output to @code{stdout} instead of the 224 @code{princ} and @code{print} output to @code{stdout} instead of the