Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e3d62627d1d1aab7ab1be2dd7f65a872 > files > 288

ecl-10.4.1-1.fc14.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;8.&#160;Embedding ECL</title><link rel="stylesheet" href="ecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="The ECL manual"><link rel="up" href="pt02.html" title="Part&#160;II.&#160;Extensions and libraries"><link rel="prev" href="ch22s05.html" title="7.5.&#160;Signals Reference"><link rel="next" href="ch23s02.html" title="8.2.&#160;Embedding Reference"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;8.&#160;Embedding <span class="application">ECL</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch22s05.html">Prev</a>&#160;</td><th width="60%" align="center">Part&#160;II.&#160;Extensions and libraries</th><td width="20%" align="right">&#160;<a accesskey="n" href="ch23s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&#160;8.&#160;Embedding ECL"><div class="titlepage"><div><div><h2 class="title"><a name="ext.embed"></a>Chapter&#160;8.&#160;Embedding <span class="application">ECL</span></h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="ch23.html#ext.embed.intro">8.1. Introduction</a></span></dt><dt><span class="section"><a href="ch23s02.html">8.2. Embedding Reference</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="re37.html"><code class="function">CL_CATCH_ALL</code></a></span><span class="refpurpose"> &#8212; Create a protected region.</span></dt><dt><span class="refentrytitle"><a href="re38.html"><code class="function">CL_UNWIND_PROTECT</code></a></span><span class="refpurpose"> &#8212; Create a protected region.</span></dt><dt><span class="refentrytitle"><a href="re39.html"><code class="function">cl_boot</code></a></span><span class="refpurpose"> &#8212; Setup the lisp environment.</span></dt><dt><span class="refentrytitle"><a href="re40.html"><code class="function">cl_shutdown</code></a></span><span class="refpurpose"> &#8212; Close the lisp environment.</span></dt><dt><span class="refentrytitle"><a href="re41.html"><code class="function">ecl_set_option</code></a></span><span class="refpurpose"> &#8212; Set a boot option.</span></dt><dt><span class="refentrytitle"><a href="re42.html"><code class="function">ecl_get_option</code></a></span><span class="refpurpose"> &#8212; Read the value of a boot option.</span></dt><dt><span class="refentrytitle"><a href="re43.html"><code class="function">ecl_clear_interrupts</code></a></span><span class="refpurpose"> &#8212; Clear all pending signals and exceptions.</span></dt><dt><span class="refentrytitle"><a href="re44.html"><code class="function">ecl_disable_interrupts</code></a></span><span class="refpurpose"> &#8212; Postpone handling of signals and exceptions.</span></dt><dt><span class="refentrytitle"><a href="re45.html"><code class="function">ecl_enable_interrupts</code></a></span><span class="refpurpose"> &#8212; Activate handling of signals and exceptions.</span></dt></dl></dd></dl></div><div class="section" title="8.1.&#160;Introduction"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="ext.embed.intro"></a>8.1.&#160;Introduction</h2></div></div></div><p>TBD.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch22s05.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="pt02.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="ch23s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7.5.&#160;Signals Reference&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;8.2.&#160;Embedding Reference</td></tr></table></div></body></html>