jsdey@optonline.net writes:
(setq inferior-lisp-program "/Applications/Emacs.app/Contents/Resources/share/emacs/21.3.50/lisp")
This is the problem. It should be set to whatever openmcl's command is. The value it is set to right now is the directory of Emacs's lisp files. Take a look at
http://www.david-steuber.com/~david/Lisp/OSX/
for some tips on using slime and OpenMCL.