On Thu, Feb 19, 2004 at 05:29:27PM +0000, Henry Lenzi wrote: > Are there others? Has *anyone* used CLM on Debian? > > Whenever I try: > > (load "/usr/lib/cmucl/subsystems/clm-library.x86f") > > (load "clm") > > "Server not forking" > "Connection to server broken" > Then, ISLISP just chokes and dies... > > What is my mistake here?
Works OK under Debian/unstable for me, with CMUCL debian package version 18e-8. * (require :cmucl-clx) * (require :clm) <do something that invokes the debugger, for instance> <watch, and peek at, the blue window> The package cmucl-clm is listed as containing the file you mention, a /usr/lib/cmucl/motifd, and some documentation, on my system. (I don't know what ISLISP has to do with it, though.) Regards, 'mr -- [Emacs] is written in Lisp, which is the only computer language that is beautiful. -- Neal Stephenson, _In the Beginning was the Command Line_
