2016-07-24 13 views
1

サイダーを更新しようとしたが、replを開始できませんでした。サイダー更新後にサイダー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. 

誰もが問題が何であるかを教えてもらえますか?

答えて

1

私はWindowsでemacsとclojureを実行することに慣れていませんが、このエラーは引数の不一致があると思われます。最初に私が試みるのは、あなたがlein replを実行できるかどうかです。それは、うねりがOKかどうかを教えてくれるはずです。

elopaを使用して、clojure-modeとciderをインストールしていますか?もしそうでなければ、それが最新のものであることを保証する最善の方法でしょう。 elpaを使用している場合は、おそらくサイダーパッケージを削除してもう一度インストールすると役立つことに注意してください。サイダーは多くのアップデートを取得し、問題は既に修正されている一時的な問題かもしれません。また、サイダーサイトで既知の問題がないかどうか確認します。

週末に最新の(サイレント)サイダーに更新し、OSXで問題なく実行しています。

+0

はい、私はelpaとyesを使用しています、lein replは動作します。アドバイスをありがとう、私は更新しようとしたが、それは役に立たなかった。 –

+0

私はサイダーelpaパッケージディレクトリを完全に削除し、完全に再インストールされたかどうかを確認したいと思うでしょう。あるマシンでは、私がorg-plus-contribアップグレードを試みるたびにこれを行う必要があり、別のマシンではアップグレードが常に機能します(LinuxとOSXの1つ)。 debug-on-errorを有効にし、cider-jack-inとcider-connectの両方のバックトレースを確認してください。より良いアドバイスのための十分な情報を提供するかもしれません。 –

関連する問題