Slime-repl здесь нет

Я установил Emacs + SBCL + слизь, но у меня проблема со слизью. Я на Mac OS X 10.7.4

Когда я делаю слизь M-x, у меня появляется два экрана scratch вверху и inferior-lisp внизу. Но у меня нет slime-repl Какую информацию вам нужно знать, чтобы найти источник проблемы.

Вот сообщение на неполноценном шепелявости в начале:

(progn (load "/opt/local/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/var/folders/4x/t_tmqdjs0jbbj_52bz2yy1xr0000gn/T/slime.14914"))

This is SBCL 1.0.55.0-abb03f9, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* 
; loading #P"/opt/local/slime/swank-loader.lisp"
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-backend.fasl"
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-source-path-parser.fasl"
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-source-file-cache.fasl"
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-sbcl.fasl"
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-gray.fasl"
STYLE-WARNING:
   Implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P.
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-match.fasl"
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank-rpc.fasl"
; loading #P"/Users/guillaume/.slime/fasl/2012-09-04/sbcl-1.0.55.0-abb03f9-no-threads-darwin-x86/swank.fasl"
WARNING: These Swank interfaces are unimplemented:
 (DISASSEMBLE-FRAME INTERRUPT-THREAD RECEIVE-IF SLDB-BREAK-AT-START
  SLDB-BREAK-ON-RETURN SPAWN)
;; Swank started at port: 57792.
57792

person guillaume    schedule 10.09.2012    source источник
comment
Вот список моего буфера: inferior-lisp, Compile-Log, slime-events, scratch, Сообщения   -  person guillaume    schedule 11.09.2012
comment
Вот мой буфер * slime-events *: provides-putwc :os-provides-dladdr :os-provides-dlopen ...) :modules (SB-CLTL2 SB-POSIX SB-INTROSPECT SB-BSD-SOCKETS SB-GROVEL ASDF): пакет (: имя COMMON-LISP-USER : подсказка CL-USER) : версия 2012 -09-04)) 1)`   -  person guillaume    schedule 11.09.2012
comment
И у меня нет M-x slime-to-output-buffer , я не могу его выполнить   -  person guillaume    schedule 11.09.2012
comment
Да, проблема была во мне, потому что я сначала установил определенную версию. Сегодня я устанавливаю официальную слизь, но я не удалил некоторые строки в emacs.d/init.el, поэтому я удалил некоторые строки, и теперь это хорошо. У меня есть моя *ниже-слизь* и моя *царапина* Так что теперь я думаю, что это хорошо :) Спасибо   -  person guillaume    schedule 11.09.2012


Ответы (1)


Slime-repl не отображается, если он не включен в настройках слизи.

(slime-setup '(slime-fancy))
person Paul Nathan    schedule 11.09.2012