Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA29892; Thu, 1 Sep 88 12:23:44 EDT
Received: by ATHENA.MIT.EDU (5.45/4.7) id AA25120; Thu, 1 Sep 88 12:23:35 EDT
Received: by JAREK.MIT.EDU (5.45/4.7) id AA01169; Thu, 1 Sep 88 12:22:54 EDT
Message-Id: <8809011622.AA01169@JAREK.MIT.EDU>
To: bgardner@ATHENA.MIT.EDU
Cc: beth@ATHENA.MIT.EDU, roman@ATHENA.MIT.EDU
Subject: X and Comon Lisp
Date: Thu, 01 Sep 88 12:22:50 EDT
From: Roman J. Budzianowski <roman@ATHENA.MIT.EDU>

To access X from Common Lisp you can use CLX library - it is a CL interface
to X. I don't know what Comon Lisp you are using. The only CL
available at Athena is KCL. If you want to use this lisp do:
% attach beta
% /mit/beta/kcl/lispx

This image already contains the CLX library. You can run simple demos.
The file /mit/beta/kcl/README describes how to do that. In the 
directory /mit/beta/kcl/doc you can find the only available documentation 
of CLX.
