<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Dean O'Connor 
[mailto:dean.oconnor@ite.com.au] <BR><B>Sent:</B> Wednesday 30 August 2006 
17:10<BR><B>To:</B> Goffioul Michael<BR><B>Subject:</B> [Fwd: example 
apropos.lisp failed to load in ECL]<BR></FONT><BR></DIV>
<DIV></DIV><FONT size=-1><FONT face="Helvetica, Arial, sans-serif">hello 
michael<BR><BR>I subscribe to the ECL mail list and was having a look at RDNZL. 
Pretty cool stuff.<BR>I just noticed an loading error for one of the 
examples.<BR>I tried to send the below info to the mail list but got rejected 
cause I wasn't subscribed - and don't really want to for just this one small 
thing.<BR><BR>I assume you are, and was wondering if you'd mind posting this 
sometime.<BR><BR>ps. I was very impressed by RDNZL. One of the few lisp packages 
I've downloaded and run (as per documentation) without hassle in 
ECL.<BR><BR>cheers<BR>dean.<BR></FONT></FONT><BR>-------- Original Message 
-------- 
<TABLE class=moz-email-headers-table cellSpacing=0 cellPadding=0 border=0>
  <TBODY>
  <TR>
    <TH vAlign=baseline noWrap align=right>Subject: </TH>
    <TD>example apropos.lisp failed to load in ECL</TD></TR>
  <TR>
    <TH vAlign=baseline noWrap align=right>Date: </TH>
    <TD>Thu, 31 Aug 2006 00:49:08 +1000</TD></TR>
  <TR>
    <TH vAlign=baseline noWrap align=right>From: </TH>
    <TD>Dean O'Connor <A class=moz-txt-link-rfc2396E 
      href="mailto:dean.oconnor@ite.com.au"><dean.oconnor@ite.com.au></A></TD></TR>
  <TR>
    <TH vAlign=baseline noWrap align=right>To: </TH>
    <TD><A class=moz-txt-link-abbreviated 
      href="mailto:rdnzl-devel@common-lisp.net">rdnzl-devel@common-lisp.net</A></TD></TR></TBODY></TABLE><BR><BR><PRE>hello just trying out your RDNZL examples with ECL and noticed that apropos.lisp failed to load.


RDNZL-USER> (load "examples/apropos.lisp")
;;; Loading "F:/projects/lisp/RDNZL-0.10.3/examples/apropos.lisp"
(:CORMANLISP :ECL) is not a valid feature expression.
Broken at LOAD.
RDNZL-USER>>


This change worked for me in ECL.
In function copy-to-clipboard, I changed this line:

        #+(:cormanlisp :ecl) (setq apropos-text (lf-to-crlf apropos-text))

to this:

        #+(or :cormanlisp :ecl) (setq apropos-text (lf-to-crlf apropos-text))

Cheers
deano



</PRE></BODY></HTML>