Update of /project/cl-interpol/cvsroot/cl-interpol/doc In directory common-lisp.net:/tmp/cvs-serv31054/doc
Modified Files: index.html Log Message: pre-0.1.2 including hyperdoc support
Date: Fri Apr 23 20:26:54 2004 Author: eweitz
Index: cl-interpol/doc/index.html diff -u cl-interpol/doc/index.html:1.1.1.1 cl-interpol/doc/index.html:1.2 --- cl-interpol/doc/index.html:1.1.1.1 Tue Jan 6 20:06:28 2004 +++ cl-interpol/doc/index.html Fri Apr 23 20:26:54 2004 @@ -48,7 +48,6 @@ <br> <br><h3><a class=none name="contents">Contents</a></h3> <ol> <li><a href="#install">Download and installation</a> - <li><a href="#mail">Support and mailing lists</a> <li><a href="#syntax">Syntax</a> <ol> <li><a href="#backslash">Backslashes</a> @@ -70,7 +69,7 @@ </ol> <li><a href="#bugs">Bugs and problems</a> <ol> - <li><a href="#lispworks">CL-INTERPOL doesn't work with LispWorks</a> + <li><a href="#lispworks">CL-INTERPOL doesn't work with LispWorks 4.3</a> <li><a href="#slow">Reading of large forms can be slow</a> <li><a href="#curly"><code>{n,m}</code> modifiers in extended mode</a> </ol> @@ -129,17 +128,6 @@ syntax you have to enable it with <a href="#enable-interpol-syntax"><code>ENABLE-INTERPOL-SYNTAX</code></a>.
-<br> <br><h3><a name="mail" class=none>Support and mailing lists</a></h3> - -For questions, bug reports, feature requests, improvements, or patches -please use the <a -href="http://common-lisp.net/mailman/listinfo/cl-interpol-devel%22%3Ecl-interpol-d... -mailing list</a>. If you want to be notified about future releases -subscribe to the <a -href="http://common-lisp.net/mailman/listinfo/cl-interpol-announce%22%3Ecl-interpo... -mailing list</a>. These mailing lists were made available thanks to -the services of <a href="http://common-lisp.net/">common-lisp.net</a>. - <br> <br><h3><a name="syntax" class=none>Syntax</a></h3>
CL-INTERPOL installs <code class=yellow>?</code> (question mark) as a @@ -753,11 +741,11 @@
<br> <br><h3><a class=none name="bugs">Bugs and problems</a></h3>
-<h4><a name="lispworks" class=none>CL-INTERPOL doesn't work with LispWorks</a></h4> +<h4><a name="lispworks" class=none>CL-INTERPOL doesn't work with LispWorks 4.3</a></h4>
-<a +At least on my machine <a href="http://www.lispworks.com/">LispWorks</a> -(4.3.6 professional on Linux, maybe other versions too) has an error which prevents +(4.3.6 professional on Linux) has an error which prevents CL-INTERPOL from working correctly. You can check for yourself by evaluating the following form in a LispWorks listener:
@@ -771,8 +759,7 @@ </pre>
This should of course return <code>1</code> but signals an error for -me. If you also encounter this error you can contact Xanalys support -for a patch. +me. I have reported this as a bug to Xanalys support.
<h4><a name="slow" class=none>Reading of large forms can be slow</a></h4>
@@ -812,7 +799,7 @@ Thanks to Peter Seibel who had the idea to do this to make <a href="http://weitz.de/cl-ppcre/">CL-PPCRE</a> more convenient. Read <a href="http://www.apress.com/book/bookDisplay.html?bID=237">his book</a> when it is released!!!
<p> -$Header: /project/cl-interpol/cvsroot/cl-interpol/doc/index.html,v 1.1.1.1 2004/01/07 01:06:28 eweitz Exp $ +$Header: /project/cl-interpol/cvsroot/cl-interpol/doc/index.html,v 1.2 2004/04/24 00:26:54 eweitz Exp $ <p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>
</body>