Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!udel!rochester!pt.cs.cmu.edu!spice.cs.cmu.edu!jwz From: jwz@spice.cs.cmu.edu (Jamie Zawinski) Newsgroups: comp.soft-sys.andrew Subject: Re: Flames problem Message-ID: <5032@pt.cs.cmu.edu> Date: 20 May 89 01:19:20 GMT Organization: Carnegie-Mellon University, CS/RI Lines: 19 Well, I'm getting the feeling that the form (load "flib") isn't acceptable to ELI; I ran bglisp and typed (load "lists") [referring to the file /usr/andrew/lib/eli/lists.eli] and it returned NIL. But, (load "lists.eli") works. The files in /usr/andrew/lib/eli/ are symbolic links to the files in /usr/x11/X.V11R3/contrib/toolkits/andrew/overhead/eli/elifiles/ - maybe this is a problem? I tried replacing the form (load "flib") in my bb-user's .AMS.flames file with (load "flib.flames") and with (load "/usr/andrew/lib/flames/flib.flames") to no avail - I suspect that CUI itself is invoking LOAD without an extension, and the .AMS.flames file is not getting loaded because of this. (If the first form in .AMS.flames is (print "foo") nothing shows up, which may or may not mean the file is not getting loaded.) -- Jamie --