-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
Description
Steps to reproduce
- Create any lein project eg.
lein new quil my-sketch
- Open any
.clj
file eg.src/my_sketch/core.clj
M-x cider-jack-in
- Make any syntax error which should be highlighted
M-x cider-eval-defun-at-point
- yields no highlightingM-x cider-eval-region
- yields no highlightingM-x cider-eval-buffer
- works as expected - I can see red underscores
Additional data
My emacs config:
https://github.com/whysoserious/my-emacs-config/blob/master/init.el#L326-L374
M-x version
GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2014-10-21 on builder10-9.porkrind.org
repl
; CIDER 0.9.1 (package: 20150625.946) (Java 1.8.0_25, Clojure 1.6.0, nREPL 0.2.10)
WARNING: The following nREPL ops are not supported:
extract-definition rename-file-or-dir stubs-for-interface warm-ast-cache
Please, install (or update) refactor-nrepl and restart REPL.
You can mute this warning by changing cljr-suppress-middleware-warnings.
WARNING: clj-refactor and refactor-nrepl are out of sync.
Their versions are 1.1.0-SNAPSHOT and 1.0.5, respectively.
You can mute this warning by changing cljr-suppress-middleware-warnings.
user>