help with slime, load-system not defined

Jim Newton jimka.issy at gmail.com
Sat Jul 7 10:01:05 UTC 2018


I'm trying to setup slime on a laptop. 
I've followed the instructions on 
https://gist.github.com/jteneycke/7947353 <https://gist.github.com/jteneycke/7947353> 
except that I didn't re-install sbcl (perhaps I should?) 

I can start slime and get the CL-USER prompt. 
But then when I try to use ,load-system there is no such command "load-system" 

Any idea what's missing? 

Here is my .sbclrc



(load "~/sw/quicklisp.lisp")
(load "~/quicklisp/setup.lisp")
(ql:quickload "quicklisp-slime-helper")
(require :asdf)

(setf asdf:*central-registry*
   ;; Default directories, usually just the ``current directory''
  '(*default-pathname-defaults*

    #p"/Users/jimka/sw/"
    #p”/Volumes/Disk2/jimka/sw/"
))


Here is my .emacs


(put 'downcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil)

(load (expand-file-name "~/quicklisp/slime-helper.el"))
(setq inferior-lisp-program "/usr/local/bin/sbcl")
(setq slime-contribs '(slime-fancy))

(add-to-list 'load-path "~/sw/slime")
(require 'slime-autoloads)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20180707/f22b0e99/attachment.html>


More information about the slime-devel mailing list