ilisp-ccl.el and XEmacs
"Luke J Crook" <[email protected]> Sun, 25 May 2003 00:56:52 -0700
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Message-ID | <005401c32293$33f77c60$1e40fea9@bedroom> |
I'm trying to get Corman Lisp to work in XEmacs via ILISP. I have started following the directions in ilisp-cll but have run into a snag almost immediately. Here is the text I am following: ; Hint: ; Best is to load cl-ilisp.lisp, ilisp-pkg.lisp and cormanlisp.lisp ; with all required corman patches into cormanlisp at first and save ; the image. And here is what I get from CCL 1.5 with all patches applied. (load "cl-ilisp.lisp") ;;; Warning: the following function(s) are called from forms ;;; in file "cl-ilisp.lisp" but have not yet been defined: ;;; INSPECT ;;; COMPILE-FILE-PATHNAME 37 (load "cormanlisp.lisp") ;;; Warning: the following function(s) are called from forms ;;; in file "cormanlisp.lisp" but have not yet been defined: ;;; COMMON-LISP::COMPILE-FILE-NAME ;;; COMMON-LISP::SET-READTABLE-CASE 9 (load "ilisp-pkg.lisp") ;;; An error occurred in function PACKAGE-HASH-INDEX: ;;; Error: Not a string: ILISP-ERRORS ;;; Entering Corman Lisp debug loop. ;;; Use :C followed by an option to exit. Type :HELP for help. ;;; Restart options: ;;; 1 Abort to top level. :c 1 Any hints ? -Luke ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge