Closed luxbock closed 10 years ago
Yeah, I noticed this myself. I'll have a closer look at the problem soon.
Problem still persists. Updated cider yesterday.
Also I can say that font locking in repl completely broken. Only parentheses colored as needed.
I'm aware of that, but don't have any time to deal with this right now. Help welcome! :-)
A bit more info regarding this issue:
The problem is here. Replacing font-lock-face
with face
fixes it, but breaks related modes like rainbow-delimiters
. See https://github.com/clojure-emacs/cider/issues/749 for more details.
The whole font-lock mechanism should be changed to use standard jit-lock fontification. I have plans for that after cider-repl
is re-planted on comint-mode
. There is little point to play with font-lock before comint is sorted out. Unfortunately I am not likely to have time for that till the end of November. There are also other, more critical, issues waiting to be sorted out in meanwhile.
After a recent upgrade I noticed that font-locking for the prompt fails by coloring the text inserted as well, unless the text starts with a parentheses like character. In the case of anonymous functions and sets, the hash-tag character is also colored. If I cycle input from the history of typed commands, then those commands are always colored with the prompt font as well.