サイダーを更新しようとしたが、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.
誰もが問題が何であるかを教えてもらえますか?
はい、私はelpaとyesを使用しています、lein replは動作します。アドバイスをありがとう、私は更新しようとしたが、それは役に立たなかった。 –
私はサイダーelpaパッケージディレクトリを完全に削除し、完全に再インストールされたかどうかを確認したいと思うでしょう。あるマシンでは、私がorg-plus-contribアップグレードを試みるたびにこれを行う必要があり、別のマシンではアップグレードが常に機能します(LinuxとOSXの1つ)。 debug-on-errorを有効にし、cider-jack-inとcider-connectの両方のバックトレースを確認してください。より良いアドバイスのための十分な情報を提供するかもしれません。 –