Changeset 15276
- Timestamp:
- Mar 27, 2012, 9:14:52 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r15274 r15276 22425 22425 if-input-does-not-exist output (if-output-exists :error) (error 22426 22426 :output) (if-error-exists :error) status-hook 22427 external-format</code> 22427 external-format env (silently-ignore-catastrophic-failures 22428 *silently-ignore-catastrophic-failure-in-run-program*)</code> 22428 22429 </div> 22429 22430 <div class="refentrytitle">Invokes an external program as an OS subprocess … … 22481 22482 streams (input, output, and error) used to 22482 22483 communicate with the external process. 22484 </p> 22485 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">env</span></i>--- 22486 New OS environment variable bindings for the 22487 external process. By default the external process 22488 inherits the environment of the running Lisp 22489 process. Env is an association list with 22490 elements (<Environment Variable 22491 Name> . <Value>). Name and 22492 value are case sensitive strings. See 22493 <a href="#f_setenv">setenv</a>. 22494 </p> 22495 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">silently-ignore-catastrophic-failures</span></i>--- 22496 If NIL, signal an error if run-program is unable 22497 to start the program. If non-NIL, treat failure 22498 to start the same as failure from the program 22499 itself, by setting the status and exit-code 22500 fields. Default is 22501 *silently-ignore-catastrophic-failure-in-run-program*. 22483 22502 </p> 22484 22503 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
