With today's build from CVS, I get a bug:
(progn (load "/Library/Application Support/Aquamacs Emacs/SLIME/swank- loader.lisp" :verbose t) (funcall (read-from-string "swank- loader:init")) (funcall (read-from-string "swank:start-server") "/var/ folders/8h/8hIgrExEHNOfZGhlNEY32k+++TI/-Tmp-/slime.57355" :coding- system "iso-latin-1-unix"))
; loading system definition from ccl:tools;asdf-install;asdf- install.asd.newest into #<Package "ASDF0"> ; registering #<SYSTEM ASDF-INSTALL #x300040D7CF8D> as ASDF-INSTALL ;;; ASDF-Install version 0.6.10 Welcome to Clozure Common Lisp Version 1.2-r11300M (DarwinX8664)! ? ;Loading #P"/Library/Application Support/Aquamacs Emacs/SLIME/swank- loader.lisp"... ;Compiling "/Library/Application Support/Aquamacs Emacs/SLIME/swank- backend.lisp"... ;Loading #P"/Users/dr/.slime/fasl/2009-06-12/openmcl-version_1.2- r11300m__(darwinx8664)-darwin-x86-64/swank-backend.dx64fsl"... ;Compiling "/Library/Application Support/Aquamacs Emacs/SLIME/ metering.lisp"... ;Loading #P"/Users/dr/.slime/fasl/2009-06-12/openmcl-version_1.2- r11300m__(darwinx8664)-darwin-x86-64/metering.dx64fsl"... ;Compiling "/Library/Application Support/Aquamacs Emacs/SLIME/swank- openmcl.lisp"... Read error between positions 10073 and 10342 in /Library/Application Support/Aquamacs Emacs/SLIME/swank-openmcl.lisp.;; ;; Error while loading: /Users/dr/.slime/fasl/2009-06-12/openmcl-version_1.2- r11300m__(darwinx8664)-darwin-x86-64/swank-openmcl.dx64fsl ;; Condition : Reader error: No external symbol named "*SAVE-SOURCE-LOCATIONS*" in package #<Package "CCL"> . ;; Aborting . ;; ?
PS.: I'd still like to have a release of SLIME for Aquamacs that has more quality-assurance than a CVS snapshot can provide. PPS: please CC me in replies
* David Reitter [2009-06-15 00:04+0200] writes:
while loading: /Users/dr/.slime/fasl/2009-06-12/openmcl-version_1.2- r11300m__(darwinx8664)-darwin-x86-64/swank-openmcl.dx64fsl
CCL 1.2 is no longer supported. The source-note stuff and pc-to-source mapping is only available in 1.3 or newer versions. That feature totally rocks and it's absolutely worth to upgrade.
PS.: I'd still like to have a release of SLIME for Aquamacs that has more quality-assurance than a CVS snapshot can provide.
You can run M-x slime-run-tests and if all tests pass you have some quality-assurance. If that's not enough, pay somebody to do the work for you.
Helmut.