-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync clojure-mode-extra-font-locking.el version with clojure-mode.el #679
Conversation
That's intentional. It's a separate package, so it should have a different version number. |
I see. However, it looks like on stable.melpa.org the version of clojure-mode-extra-font-locking is the same as clojure-mode[1]. This may cause an issue that a locally built clojure-mode-extra-font-locking may get superseded by the version on stable.melpa.org, but they are actually the same version. Is there a way to let stable.melpa.org honor the version specified in the source file? [1] https://stable.melpa.org/#/clojure-mode-extra-font-locking |
I don't think so, as MELPA uses the newest tag as the version instead of the version metadata. Probably the only solution would be to move |
Ack. Please feel free to close this (or leave open as you like :) |
Additional semi-relevant question: did we lose font-locking in the mini-buffer with these changes in version 3.0? |
@jackrusher For CIDER's eval commands? I don't recall if we ever had font-locking there. |
@bbatsov I must have been hallucinating, but I swear there was syntax highlighting on results in the mini-buffer up until cider 3.0.0 🤔 |
Digging in the history of CIDER I see this was the case about 10 years ago, but I'm not sure when and why we changed this. Definitely not related to any changes in |
@jackrusher After digging a bit more - seems that's a recent regression caused by clojure-emacs/cider#3661 |
And it's now fixed in clojure-emacs/cider#3743 Turned out to be a trivial issue of using the wrong local variable. |
@bbatsov great, thanks! |
Note: it would be great to fix 5.18.x branch but not really needed I guess.
M-x checkdoc
and fixed any warnings in the code you've written.