macos - Slime-repl 不在这里

标签 macos emacs lisp slime sbcl

我已经安装了 Emacs + SBCL + slime,但我遇到了 slime 的问题。 我在 Mac OS X 10.7.4 上

当我使用 M-x slime 时,我在顶部有两个屏幕 scratch,在底部有 inferior-lisp。 但是我没有slime-repl 您需要知道什么样的信息才能找到问题的根源。

这是开头 inferior-lisp 中的消息:

(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

最佳答案

Slime-repl 不会显示,除非在 slime 设置中启用它。

(slime-setup '(slime-fancy))

关于macos - Slime-repl 不在这里,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12359318/

相关文章:

linux - 如何在 Emacs 中按感叹号键?

haskell - Haskell 程序可以表示为 Lisp S 表达式吗?

macos - 默认情况下在哪里存储 hg 扩展名?

search - Emacs 组织模式 : How to find all TODOs that don't have a deadline specified

python - 尝试在 OSX El Capitan 上初始化服务器后 Django 挂起

emacs - 如何让编译日志在 Emacs 中创建一个新窗口?

clojure - Clojure 中的 def 和 defonce 有什么区别?

lisp - 如何更简单地表达 lisp (lambda (pair) (apply #'f pair))?

Ruby gem rmagick 无法安装在 Mac OS X 上

macos - Launchd 无法访问 Mac OS 钥匙串(keychain)