Portacle Common Lisp 连接到 Swank 挂起

Portacle Common Lisp connection to Swank Hangs

我在 Windows 10 上安装了 Portacle。有时它能正常工作,有时却不能。当 Portacle 启动并尝试连接到 Swank 时会出现问题。 Emacs 冻结,我无法在编辑 windows 中编辑任何内容(因此,抱歉,我无法复制消息给您看)。 Emacs 编辑器如下所示:

就是这样。如果我让 Emacs 全屏,编辑器 window 是空白的。

请多多指教。

我曾经写过这篇文章 - 在那里我还解释了如何安装 Roswell 以及如何在 Roswell 的帮助下实现 Common Lisp 并连接 emacs/slime。 Roswell 绝对比 Portacle 更受青睐。

如果先安装 scoop,安装 Roswell 就变得很简单。 (scoop install roswell)。 https://towardsdatascience.com/how-to-set-up-common-lisp-ide-in-2021-5be70d88975b 一旦安装了 Roswell,您可以通过 ros install sbcl 轻松安装 sbcl。然后您可以安装多个版本的 sbcl - 但尤其是所有其他 Common Lisp 实现。并通过 ros use 命令在它们之间切换。那里也解释了如何安装 emacs 和 slime。

Portacle 绑定到 sbcl,不能在版本和实现之间跳转。另外 Roswell 不像 Portacle 那样有问题。