* Tiarnán Ó Corráin [2006-12-14 21:32+0100] writes:
Welcome to OpenMCL Version 1.0-p060223 (DarwinPPC32)! ? ;Loading #P"/Users/ocorrain/elisp/slime/swank-loader.lisp"...
...
#P"/Users/ocorrain/elisp/slime/swank-loader.lisp" ? > Error in process listener(1): Incorrect keyword arguments in (:EXTERNAL-FORMAT :ISO-LATIN-1-UNIX) .
While executing: "Unknown" Type :POP to abort.
Type :? for other options. 1 > <----------
It looks like you didn't reload the Elisp code after the upgrade. The first few lines of the *inferior-lisp* buffer should look like:
(progn (load "swank-loader.lisp" :verbose t) (funcall (read-from-string "swank:start-server") "/tmp/slime.8419" :coding-system "iso-latin-1-unix"))
older versions used :external-format :iso-latin-1-unix.
I don't have OpenMCL and can't say whether the OpenMCL backend is broken in some other way.
Helmut.