Changeset 15288
- Timestamp:
- Mar 28, 2012, 7:19:12 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/src/external-process.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/src/external-process.xml
r15273 r15288 78 78 if-input-does-not-exist output (if-output-exists :error) (error 79 79 :output) (if-error-exists :error) status-hook 80 external-format</synopsis> 80 external-format env (silently-ignore-catastrophic-failures 81 *silently-ignore-catastrophic-failure-in-run-program*)</synopsis> 81 82 </refsynopsisdiv> 82 83 … … 242 243 streams (input, output, and error) used to 243 244 communicate with the external process. 245 </para> 246 </listitem> 247 </varlistentry> 248 <varlistentry> 249 <term>env</term> 250 <listitem> 251 <para> 252 New OS environment variable bindings for the 253 external process. By default the external process 254 inherits the environment of the running Lisp 255 process. Env is an association list with elements 256 (<Environment Variable 257 Name> . <Value>). Name and 258 value are case sensitive strings. See <xref 259 linkend="f_setenv"/>. 260 </para> 261 </listitem> 262 </varlistentry> 263 <varlistentry> 264 <term>>silently-ignore-catastrophic-failures</term> 265 <listitem> 266 <para> 267 If NIL, signal an error if run-program is unable 268 to start the program. If non-NIL, treat failure to 269 start the same as failure from the program itself, 270 by setting the status and exit-code 271 fields. Default is 272 *silently-ignore-catastrophic-failure-in-run-program*. 244 273 </para> 245 274 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.
