에서 작동하지 않습니다점액 나는 내가 MX를 사용하면 다음 marmalade.org에서 점액 패키지를 사용하여 오류가 점액 archlinux.If에 emacs24을 사용 emacs24
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread
#<THREAD "initial thread" RUNNING {AB007A9}>:
Couldn't load
"/home/sinners/.emacs.d/elpa/slime-20100404.1/swank-loader.lisp": file does
not exist.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
하지만 난 점액을 사용하는 경우 - 공식 사이트에서 제공하는 오류 메시지는 다음과 같습니다.
Debugger entered: (("Error in timer" slime-attempt-connection (#<process inferior-lisp> nil 2) (void-variable --cl-accu--)))
#[257 "\302\303\304\300\301F\"\207" [slime-attempt-connection (#<process inferior-lisp> nil 2) debug nil "Error in timer"] 7 "\n\n(fn DATA)"]((void-variable --cl-accu--))
funcall(#[257 "\302\303\304\300\301F\"\207" [slime-attempt-connection (#<process inferior-lisp> nil 2) debug nil "Error in timer"] 7 "\n\n(fn DATA)"] (void-variable --cl-accu--))
slime-timer-call(slime-attempt-connection #<process inferior-lisp> nil 2)
apply(slime-timer-call (slime-attempt-connection #<process inferior-lisp> nil 2))
byte-code("r\301\302H\303H\"\210)\301\207" [timer apply 5 6] 4)
timer-event-handler([t 20271 59188 161536 0.3 slime-timer-call (slime-attempt-connection #<process inferior-lisp> nil 2) nil])
누구든지 나를 도와 줄 수 있습니까?
하지만 먼저 슬라임을 사용할 수 없으므로 quicklisp에 관해 이야기 할 수있는 방법이 있습니다. – sinners
슬림과 퀵리스는 완전히 다른 두 가지입니다. SLIME는 SWANK를 Emacs와 Lisp 프로세스 간의 인터페이스로 사용한다. Quicklisp은 ASDF를 사용하는 라이브러리 관리자입니다. 할 수 있고 Commonlisp, SWANK 및 SLIME과 관련된 모든 것을 설치하려면 Quicklisp을 사용해야합니다. 위 링크에서 저자는 SLIME과'quicklisp-slime-helper'를 설치하는 방법과 Emacs와 함께 사용하는 방법을 설명합니다. – Daimrod
예, 이해합니다. 이제 점액이 작동합니다. 나는 기본적인 혀짤음을 알고있을 때 quicklisp을 시도 할 것입니다. – sinners