Hi.
I am using Franz Allegro 7 on Mac OSX. The cvs source for swank-allegro.lisp has a mismatch between the argument name and the variable used in the body. I've appended a context diff that let me get past that point.
Thanks for all the work that has gone into this.
Steve
- - - - - RCS file: /project/slime/cvsroot/slime/swank-allegro.lisp,v retrieving revision 1.74 diff -c -r1.74 swank-allegro.lisp *** swank-allegro.lisp 5 Jul 2005 20:30:59 -0000 1.74 --- swank-allegro.lisp 13 Jul 2005 17:35:24 -0000 *************** *** 59,65 **** (defun find-external-format (coding-system) #-(version>= 6) :default #+(version>= 6) ! (let* ((name (ecase external-format (:iso-latin-1-unix :latin1) (:utf-8-unix :utf-8-unix) (:emacs-mule-unix :emacs-mule)))) --- 59,65 ---- (defun find-external-format (coding-system) #-(version>= 6) :default #+(version>= 6) ! (let* ((name (ecase coding-system (:iso-latin-1-unix :latin1) (:utf-8-unix :utf-8-unix) (:emacs-mule-unix :emacs-mule))))