From: Michael Kappert
Subject: if argument evaluation??
Date: 
Message-ID: <6jumo2$1o9$1@news.fhg.de>
Hi all,

i expected (if T form1 form2)
to evaluate and return form1, no matter
what form2 is. However, a colleague 
came up with the following:

USER(7): (if t t no-such:package)
=>
Error: Package "NO-SUCH" not found.
  [condition type: READER-ERROR]
[1] USER(8): 

on a freshly started ACL 4.3.1
Why is this? 

-- 
Michael Kappert
Fraunhofer IITB
Fraunhoferstr. 1                    		Phone : (+49)721/6091-477
D-76131 Karlsruhe, Germany		 	E-Mail: ···@iitb.fhg.de
From: Espen Vestre
Subject: Re: if argument evaluation??
Date: 
Message-ID: <w67m3hrpq3.fsf@gromit.nextel.no>
···@iitb.fhg.de (Michael Kappert) writes:

> USER(7): (if t t no-such:package)
> =>
> Error: Package "NO-SUCH" not found.
>   [condition type: READER-ERROR]
> [1] USER(8): 
> 
> on a freshly started ACL 4.3.1
> Why is this? 

hello!

actually, ACL told you the answer to this question: This is a
_reader_ error, not a run-time error!

--

regards,
  Espen Vestre