Re: help a newbee to start cmucl
Raymond Toy <[email protected]> Mon, 03 Aug 2015 13:17:07 -0700
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Bharat" == Bharat Shetty <[email protected]> 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 _______________________________________________ cmucl-help mailing list [email protected] http://lists.zs64.net/mailman/listinfo/cmucl-help