First, C-x C-F and then input ~, Find. in the emacs file, add the following code to the end of the file according to the instructions in the slime official documentation. Restart Emacs, And the slime will be compiled. Then the code can be deleted. otherwise, emacs will be loaded even if you do not need to edit the lisp code each time you start Emacs.
(Add-to-list 'Load-path "D: \\ lispbox \ slime-2.7") (require 'slime-autoloads) (setq inferior-lisp-program "D: \ lispbox \ ccl-1.9-windowsx86 \ wx86cl64 ")
Then download the latest CCL and directly copy the lispbox-register.el file in the old CCL folder. This file is the target of the Code Search in lispbox. El.
Last modified lispbox. El
; (Setq load-path (Cons (lispbox-file "slime-20110205.092829") Load-path) (setq load-path (Cons (lispbox-file "slime-2.7 ") load-path); Use slime2.7 (setenv "ccl_default_directory" (lispbox-file "ccl-1.9-windowsx86"); Use v1.9; (setenv "ccl_default_directory" (lispbox-file "ccl-1.6-windowsx86 "))
Close and run Emacs. OK.