I think Alexander Lamb wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Some more info on my previous question:


You need to find out the class of the object in ?r. Change your rule
like this:

>         (selectedCompleterResponse ?r&:(progn 
                                          (printout t ?r crlf)
                                          (eq "ASP" (get ?r keyCode))))

The "printout" will show you what the class of ?r actually is -- it
might surprise you. The "progn" just serves to group the printout and
the "eq" together.




---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to