Paul Holzer �crivait:
> I tried using CLX calls, but the documentation for CLX seems to be not
> in synch with the actual distribution. The documentation for CLX
> obtained at the www.cons.org site is detailed. but none of the functions
> documented seem to be in the distributed library. open-display is
> documented, but is not defined in the library. open-clx-display is in
> the library, and works, so I thought I just have to add -clx everywhere,
> but no such luck.
CLX is distributed as a "subsystem" of CMUCL. You need to install the
-extra- package for your platform (see the installation instructions on
the CMUCL web site), and load CLX with
(require :clx)
Once you have done this, the CLX functions reside in the "XLIB" package.