Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Emacs can';尝试更新苹果酒后,请不要启动苹果酒回复_Emacs_Clojure_Cider - Fatal编程技术网

Emacs can';尝试更新苹果酒后,请不要启动苹果酒回复

Emacs can';尝试更新苹果酒后,请不要启动苹果酒回复,emacs,clojure,cider,Emacs,Clojure,Cider,尝试更新苹果酒后,我无法启动repl 我收到以下错误消息,显然表明Leiningen存在问题: Loading c:/emacs/graphviz-dot-mode.el (source)... graphviz-dot-mode.el: (lambda (elm) ...) quoted with ' rather than with #' [4 times] Loading c:/emacs/graphviz-dot-mode.el (source)...done Loading c:/em

尝试更新苹果酒后,我无法启动repl

我收到以下错误消息,显然表明Leiningen存在问题:

Loading c:/emacs/graphviz-dot-mode.el (source)...
graphviz-dot-mode.el: (lambda (elm) ...) quoted with ' rather than with #' [4 times]
Loading c:/emacs/graphviz-dot-mode.el (source)...done
Loading c:/emacs/xml-rpc.el (source)...
xml-rpc.el: (lambda (p) ...) quoted with ' rather than with #'
Loading c:/emacs/xml-rpc.el (source)...done
Loading c:/emacs/py/emacs-for-python/epy-init.el (source)...
Loading c:/emacs/py/emacs-for-python/extensions/flymake-patch.el (source)...done
Loading c:/emacs/py/emacs-for-python/extensions/flymake-cursor.el (source)...done
py/emacs-for-python/extensions/auto-complete/auto-complete.el: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
Loading c:/emacs/py/emacs-for-python/epy-init.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Making nrepl-create-client-buffer-function local to *nrepl-server graphics* while let-bound!
Making nrepl-use-this-as-repl-buffer local to *nrepl-server graphics* while let-bound!
Starting nREPL server via "c:/Users/Owner/.lein/bin/lein.bat" update-in :dependencies conj ^"[org.clojure/tools.nrepl \^"0.2.12\^"]^" -- update-in :plugins conj ^"[cider/cider-nrepl \^"0.13.0-SNAPSHOT\^"]^" -- repl :headless...
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: warning: extra args ignored after '"c:/Users/Owner/.lein/bin/lein.bat'
Leiningen is a tool for working with Clojure projects.

有人能告诉我问题是什么吗

我不熟悉在Windows上运行emacs和clojure,但该错误似乎表明存在参数不匹配。我要做的第一件事就是看看你是否能运行leinrepl。这应该能告诉你莱恩是否没事

您是否使用elpa安装clojure mode和苹果酒?如果不是,那将是确保事情最新的最佳方式。请注意,如果您使用的是elpa,那么移除苹果酒包并重新安装可能会有所帮助。苹果酒会有很多更新,你的问题可能只是暂时的,已经解决了。我也会检查苹果酒网站,看看是否有任何已知的问题


我在周末更新了最新(当时)的苹果酒,并且一直在OSX上运行,没有任何问题

是的,我用的是elpa,是的,lein repl有效。谢谢你的建议,我尝试了更新,但没有任何帮助。我很想完全删除cider elpa软件包目录,看看完整的重新安装是否有效。在一台机器上,我每次尝试org plus contrib升级时都必须这样做,而在另一台机器上,升级总是有效的(一台Linux,一台OSX)。尝试启用“错误时调试”,查看苹果酒插口和苹果酒连接的回溯。可能会提供足够的信息以获得更好的建议。