-
The feature-request has been posted on "cider"
https://github.com/clojure-emacs/cider/issues/1969
Creating an issue here to send a pull request and start a discussion about the solution.
-
`(setq clojure-align-forms-automatically t)` in clojure-mode.el
'indents'
```
{:a 1
:bbbb 2}
```
to
```
{:a 1
:bbbb 2}
```
-
When I use Greek labels I get the following exceptions:
If there is a Greek label at the dimensions:
```
Exception in thread "main" java.lang.IllegalArgumentException: Cannot construct identifier…
-
The new alpha releases of Clojure do compile-time checking for core macros like `ns`, `defn`
Trying to require clj-tagsoup on Clojure 1.9.0-alpha12 throws the following big error and shows that the p…
-
Apparently needs some updates. Checked the `deps` and fiddled with `lein` a bit, but can't even get the examples to run.
```bash
fn-fx$ java -version
java version "1.8.0_131"
Java(TM) SE Runtim…
-
As discussed in #1013, Planck should perhaps switch to using the Clojure-produced version of GCL on Maven Central.
My memory is that this was how Planck worked previously but that we switched to th…
-
When I start a REPL in `--live-safe-mode` I'm put into the clojure.core namespace with none of the clojure.repl goodies loaded. This happens on all my Clojure projects. Is this happening for others?
…
-
When using gui-diff under Clojure 1.7 you get:
WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat
This comes f…
-
Tests for the following use cases (guess they should be separate issues - create ones if you think so):
- Open the welcome page
- Login as admin
- Register as a new user
- Logout as admin
- logout as …
-
Works great in 1.5.1, but I get this error with 1.6:
`No protocol method ITransientAssociative.-assoc! defined for type object: [object Object]`