Assets.github.com%2fimages%2fgravatars%2fgravatar-user-420
  • TOYOZUMIKouichi@github
  • nfunato
Edit

slimeインストール

sbclから

Common Lisp
CL-USER> (ql:quickload :quicklisp-slime-helper)
To load "quicklisp-slime-helper":
  Load 1 ASDF system:
    quicklisp-slime-helper
; Loading "quicklisp-slime-helper"
.
slime-helper.el installed in "/Users/garaemon/quicklisp/slime-helper.el"

To use, add this to your ~/.emacs:

  (load (expand-file-name "~/quicklisp/slime-helper.el"))
  ;; Replace "sbcl" with the path to your implementation
  (setq inferior-lisp-program "sbcl")


(:QUICKLISP-SLIME-HELPER)

なので、.emacsに以下を追加

.emacs
  (load (expand-file-name "~/quicklisp/slime-helper.el"))
  ;; Replace "sbcl" with the path to your implementation
  (setq inferior-lisp-program "sbcl")

emacsからM-x slimeで実行

Icon-ok
1 user said this post was useful/correct.


Sign up and follow garaemon :)

Sign up with GitHub/Twitter

x close