-
`C-c M-p` loads the form preceding point into the repl buffer but does not evaluate it. Is there a function which can load the form into the current repl and then evaluate it. Also I'll like same func…
-
Is this something that should work or am I missing something:
```
(defn my-li [props s]
[:li s])
(defn my-list [props elems]
[:ul {:style {:background-color "red"}}
(seq elems)])
(defn ^:exp…
-
I'm trying to find a way to live the dream of using Enlive in the REPL in Emacs and test the resultant code with midje.
One issue is that Enfocus uses string selectors instead of symbol selectors, an…
-
Same issue: it is not working, the canvas remains blank....
> > > I have typed....:
> > > a = feed_text "http://open.live.bbc.co.uk/weather/feeds/en/7114227/observations.rss"
a.each do |i|
text r…
-
using the usual seems to work fine
``` clj
(-> selection (.data mydata (fn [d] d)))
```
but if passing only a function to the (.data) call, the parameter seems to not properly be recognized
``` cl…
-
Hello,
I am getting an error when I try to build templates or snippets before the DOM is loaded. This error is due to the document fragment under construction being attached to the "body" tag of the …
EwenG updated
11 years ago
-
The new UI from the Himera site uses jquery.console for the interactive part (and history). It looks nice but has some usage annoyances:
```
* long-lines can cause the cursor to disappear until you h…
-
I'd like to place my `index.html` in a place other than the project root - there seems to be no configurable option here?
Thank you,
Victor
vemv updated
12 years ago