本文介绍了设置球拍Geiser Emacs路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图让Geiser的REPL在Emacs上工作,但似乎无法找到Racket。 racket
在我的路径上,但随时输入
run-geiser
后跟
它抱怨:
我阅读了Geiser文档我可能必须手动告诉Geiser在哪里找到 racket
,但是我无法知道在哪里配置Geiser的这个属性。
$ b $感谢您的帮助。
解决方案
好的,所以我补充说:
(setq geiser-racket-binary/ home / user / racket / bin / racket)
$ p $在加载
geiser.el
之后,我的.emacs
文件中的p>
。
我期待着一个conf iguration文件在某处设置。
谢谢。
I'm trying to get Geiser's REPL to work in Emacs, but it doesn't seem to be able to find Racket.
racket
is on my path, but anytime I typerun-geiser
followed by
racket
it complains:
I read in the Geiser docs that I may have to manually tell Geiser where to find
racket
, but I can't tell where to configure this property of Geiser.Thanks for your help.
解决方案Ok, so I added:
(setq geiser-racket-binary "/home/user/racket/bin/racket")
to my
.emacs
file after loadinggeiser.el
.I was expecting a configuration file somewhere to set this.
Thanks.
这篇关于设置球拍Geiser Emacs路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!