Aquamacs + Slime을 실행 중이며 Aquamacs를 시작할 때 자동으로 Slime을 시작할 수 있습니다. 그러나, 내가 그 파일을로드하려고하는 방법에 따라 다양한 오류가 계속 그 후 lisp 파일을로드하려고하면. 여기에 ... 나는 다음과 같은 오류가Aquamacs + slime : 시작시 lisp 파일로드
error: Buffer *inferior-lisp* is not associated with a file.
내가 load
compile-and-load
및 slime-load-file
등 다른 기능을 시도하고 각각 다음과 같은 오류가있어 얻을 내 preferences.el
(setq inferior-lisp-program "~/ccl/dx86cl64"
slime-startup-animation nil)
(require 'slime)
(split-window-horizontally)
(other-window 1)
(slime)
(eval-after-load "slime"
'(progn
(slime-compile-and-load-file "/Users/xxxxx/xxxxx/load-seq.lisp")
))
의
Invalid read syntax: #
Symbol's function definition is void: compile-and-load
error: Not connected.
슬림 REPL에서 (load "/Users/xxxxx/xxxxx/load-seq.lisp")
할 때 lisp 파일을로드 (및 컴파일) 벌금. Preferences.el에 넣을 때처럼, eval-after-load
을 사용하고 있어도 점액이로드 될 때까지 기다리지 않는 것처럼 보입니다.