[cmucl-help] help a newbee to start cmucl
Raymond Toy
toy.raymond at gmail.com
Mon Aug 3 20:17:07 UTC 2015
>>>>> "Bharat" == Bharat Shetty <bshetty at gmail.com> writes:
Bharat> Hi,
Bharat> This is the log I get when i start emacs and run Alt-x slime therein:
Bharat> (progn (load "/usr/share/common-lisp/source/slime/swank-loader.lisp"
Bharat> :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall
Bharat> (read-from-string "swank:start-server") "/tmp/slime.5905"))
One possible workaround. 20c comes with asdf, so in your
.cmucl-init.lisp add (require :asdf) so that the version from 20c is
included instead of whatever version you're loading. This might not
work depending on what features of asdf you want to use.
--
Ray
More information about the cmucl-help
mailing list