Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!ucbvax!edsel.UUCP!liz
From: liz@edsel.UUCP (Liz Heller)
Newsgroups: comp.windows.x
Subject: loading CLX in Lucid
Message-ID: <8711251904.AA09527@vesuvius.lucid.com>
Date: Wed, 25-Nov-87 14:04:10 EST
Article-I.D.: vesuvius.8711251904.AA09527
Posted: Wed Nov 25 14:04:10 1987
Date-Received: Sun, 29-Nov-87 09:47:47 EST
References: <564853236.rfb@SPICE.CS.CMU.EDU>
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: The ARPA Internet
Lines: 16


I'm guessing that you're omitting the final slash after the
pathname.  Currently, in Lucid Common Lisp, 

	(load-clx "/foo/bar/baz/") 

will work (if your clx code is in /foo/bar/baz/*), while

	(load-clx "/foo/bar/baz") 

will not work (because baz is interpreted to be a file, not a
directory).  Anyway, the former works when I try it.  Let me know
if that solves your problem.

Liz Heller
Lucid, Inc.