20 Feb 2003 16:41
RE: [cormanlisp] Re: Success with ILISP/Corman (Was : Anyone using Emacs/ILISP with Corman Common Lisp?)
Clementson, Bill <Bill_Clementson <at> jdedwards.com>
2003-02-20 15:41:18 GMT
2003-02-20 15:41:18 GMT
Thanks Edi, However, I still can't get a simple Corman 2.0 REPL to work in emacs. Here are the steps I followed: Configuration: Windows/2000 Emacs 21.2 (precompiled) 1. Created c:\home & c:\home\site directories 2. Downloaded Corman 2.0 and installed in c:\bin\corman-2.0 3. Downloaded all corman patches and applied them with: clconsole -image "" -execute sys/compile-sys.lisp 4. Downloaded ilisp from cvs and installed in c:\home\site\ilisp 5. Compiled ilisp as per CL Cookbook instructions with icompile.bat 6. Modified the "(unless (fboundp ..." line in cormanlisp.lisp as per your previous instructions (I didn't generate the arglist file or modify the other lisp files to provide for arglist prompts) 7. Did a "clconsole -image cormanlisp.img" and loaded cl-ilisp.lisp, ilisp-pkg.lisp, and cormanlisp.lisp 8. Did a save-image to ilisp.img 9. Verified that image worked ok by doing "clconsole -image ilisp.img" 10. Modified your .emacs to point to my ilisp & emacs locations; otherwise left it as is 11. Ran emacs and executed "cormanlisp" command. Corman starts up but hangs immediately with the following: Starting C:/bin/corman-2.0/clconsole.exe -image C:/bin/corman-2.0/ilisp.img ... ;; Corman Lisp 2.0 Copyright (c) 2002 Roger Corman. All rights reserved. ;; Unlicensed version: For evaluation and personal use only. ;; Some limitations apply. 12. If I try the same from a shell inside emacs, I get the same result: c:\home>cd c:\bin\corman-2.0 cd c:\bin\corman-2.0 C:\bin\corman-2.0>clconsole -image ilisp.img clconsole -image ilisp.img ;; Corman Lisp 2.0 Copyright (c) 2002 Roger Corman. All rights reserved. ;; Unlicensed version: For evaluation and personal use only. ;; Some limitations apply. 13. However, if I run cmd.exe and do the same commands, I get the REPL: C:\>cd bin\corman-2.0 C:\bin\corman-2.0>clconsole -image ilisp.img ;; Corman Lisp 2.0 Copyright (c) 2002 Roger Corman. All rights reserved. ;; Unlicensed version: For evaluation and personal use only. ;; Some limitations apply. Type :quit to exit. ? Any ideas what I'm doing differently from you? Thanks for your help. -- Bill Clementson ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge
RSS Feed