Clementson's Blog

Bits and pieces (mostly Lisp-related) that I collect from the ether.

November 2003
Sun Mon Tue Wed Thu Fri Sat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Oct  Dec

Corman Lisp in Emacs problem fixed

Sunday, November 23, 2003

I've been having problems with Corman Lisp in Emacs since Corman version 1.5. I've exchanged posts with people on the Corman mailing list and there have been multiple posts by other people who have had the same problems. Yesterday, someone posted to comp.lang.lisp the following solution to this issue:

"Open the file 'C:Program FilesCorman....init.lisp', 
then remove or comment out this line (#3):

(setf (current-directory) *cormanlisp-directory*)"

I tried it with Corman using inferior lisp mode in Emacs and it worked! It also worked in Shell mode (Corman had been failing in inferior lisp mode, shell mode and ilisp mode in Emacs previously) but I'm having a few problems still with ILISP. This is really good news as Corman is a low-cost (free for non-commercial use) Common Lisp implementation that runs under MS Windows and it is nice to be able to use it with Emacs. When I (or somebody else) has ironed out all the setup steps necessary to get Corman working properly with ILISP, I'll update the CL Cookbook page Setting up an IDE with Emacs on Windows or Mac OS X.

emacs Copyright © 2004 by Bill Clementson