मैं archlinux.If में emacs24 का उपयोग मैं, तो marmalade.org से कीचड़ संकुल का उपयोग जब मैंने MX का उपयोग कीचड़ त्रुटि है काम नहीं करता:कीचड़ में 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
एसएलईएमई और क्विकलिस्प के बारे में बात करने का मतलब दो चीजें पूरी तरह से अलग और स्वतंत्र हैं। एसएलआईएमई एएमएक्स और लिस्प प्रक्रिया के बीच एक इंटरफेस के रूप में SWANK का उपयोग करता है। और क्विकलिस्प एक पुस्तकालय प्रबंधक है जो एएसडीएफ का उपयोग करता है। आप कर सकते हैं, और आपको सामान्य लिस्प, स्वैंक और एसएलईएमई से संबंधित सब कुछ स्थापित करने के लिए क्विकलिस्प का उपयोग करना चाहिए। मैंने ऊपर दिए गए लिंक में, इसके लेखक बताते हैं कि एसएलईएमई और 'क्विकलिस्प-स्लिम-हेल्पर' को कैसे इंस्टॉल करें और उन्हें इमाक्स के साथ कैसे उपयोग करें। – Daimrod
हाँ, मैं समझता हूँ.अब कीचड़ काम करता है। जब मैं कुछ बुनियादी लिप जानता हूं तो मैं quicklisp कोशिश करता हूँ। – sinners