repl 不起作用(clojure 框)

发布于 2024-09-10 09:25:32 字数 414 浏览 10 评论 0原文

我想在 emacs + slime + clojure 中使用 clojure 的语法突出显示。

所以我做了以下步骤。

  1. 中运行 clojure box
  2. slime-repl clojure
  3. 语法高亮

M-x clojure-mode 即可成功。但 repl 不起作用。我预计结果为 3。但光标闪烁。 回复没有反应。

; SLIME 
user> (+ 1 2)

-K\**_   *slime-repl clojure*   All L6     (Clojure Slime[clojure])----------

REPL疑似功能被关闭。

提前致谢。

BR 全昌珉

I want to use syntax highlighting for clojure in emacs + slime + clojure.

So I did following step.

  1. run clojure box
  2. M-x clojure-mode in slime-repl clojure
  3. syntax highlighting is success.

But repl is not working. I expect a result of 3. But cursor blinks.
repl no response.

; SLIME 
user> (+ 1 2)

-K\**_   *slime-repl clojure*   All L6     (Clojure Slime[clojure])----------

REPL suspected feature is turned off.

Thanks in advance.

BR
ChangMin Jeon

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

〃温暖了心ぐ 2024-09-17 09:25:32

这是a Gist,其中包含我为 Clojure 进行的彩色 REPL 设置(不久前为回答 SO 问题而准备。 .. 我真的很感谢提出这个问题的人的鼓励!)。注意它如何使用 defadvice 来改变 SLIME 的 REPL 的行为,而不是改变 REPL 缓冲区中的主要模式。

Here's a Gist with my coloured REPL setup for Clojure (prepared a while ago in response to an SO question... I'm really grateful for the prod to the person who asked that one!). Notice how it uses defadvice to alter the behaviour of SLIME's REPL, rather than changing the major mode in the REPL buffer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文