<font><font face="comic sans ms,sans-serif">The problem occurs in the newest SLIME (snapshot 2012-01-06) and the snapshot on 2011-10-19(this one can be compiled using C compiler of ECL 11.1.1), using bytecode compiler.<br>

Both of the snapshots I fetched from <a href="http://common-lisp.net/project/slime/snapshots/slime-current.tgz">http://common-lisp.net/project/slime/snapshots/slime-current.tgz</a> .<br><br>(progn (load "c:/mefcl/emacs/home/slime-current/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "c:/Users/stlxv/AppData/Local/Temp/slime.5548"))<br>

<br>ECL (Embeddable Common-Lisp) 12.2.1 (git:UNKNOWN)<br>Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya<br>Copyright (C) 1993 Giuseppe Attardi<br>Copyright (C) 2000 Juan J. Garcia-Ripoll<br>ECL is free software, and you are welcome to redistribute it<br>

under certain conditions; see file 'Copyright' for details.<br>Type :h for Help.  <br>Top level in: #<process TOP-LEVEL>.<br>> <br>;;; Loading "c:/mefcl/emacs/home/slime-current/swank-loader.lisp"<br>

;;; Compiling c:/mefcl/emacs/home/slime-current/swank-backend.lisp<br>;;; Compiling #<input stream c:/mefcl/emacs/home/slime-current/swank-backend.lisp><br>;;; Loading "C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-backend.fasc"<br>

;;; Compiling c:/mefcl/emacs/home/slime-current/swank-source-path-parser.lisp<br>;;; Compiling #<input stream c:/mefcl/emacs/home/slime-current/swank-source-path-parser.lisp><br>;;; Loading "C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-source-path-parser.fasc"<br>

;;; Compiling c:/mefcl/emacs/home/slime-current/swank-source-file-cache.lisp<br>;;; Compiling #<input stream c:/mefcl/emacs/home/slime-current/swank-source-file-cache.lisp>No class named SWANK-BACKEND::SOURCE-CACHE-ENTRY.<br>

NIL <br>Condition of type: SIMPLE-CONDITION<br>Break<br><br>Available restarts:<br><br>1. (CONTINUE) Return from BREAK.<br>2. (RESTART-TOPLEVEL) Go back to Top-Level REPL.<br><br>Broken at SWANK-LOADER::COMPILE-FILES. In: #<process TOP-LEVEL>.<br>

 File: #P"c:/mefcl/emacs/home/slime-current/swank-loader.lisp" (Position #6094)<br>>> <br><br>I don't know how to find the source code at (Position #6094), but I found the definition of SOURCE-CACHE-ENTRY in the file `swank-source-file-cache.lisp'. That is,<br>

(defstruct (source-cache-entry<br>             (:conc-name source-cache-entry.)<br>             (:constructor make-source-cache-entry (text date)))<br>  text date)<br><br><br><br clear="all"></font></font>     Best regards,<br>

Xiaofeng Yang<br>