8000 (doc ) not available in repl after ^S in-ns. (clojure/repl missing) · Issue #13 · bodil/catnip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 15, 2018. It is now read-only.

(doc ) no 772F t available in repl after ^S in-ns. (clojure/repl missing) #13

Open
alexbbrown opened this issue Dec 13, 2012 · 0 comments
Open

Comments

@alexbbrown
Copy link

I assume this is a namespace issue, doesn't happen in emacs but does in catnip.

When I save a namespace file the minibuffer goes (in-ns) to that namespace.

After that, (doc ) and presumably other things in it's namespace are not available.

noirproject.views.svgtest» (doc)
java.lang.RuntimeException: Unable to resolve symbol: doc in this context

Between Clojure 1.2.0 and 1.3.0, (doc moved from (clojure.core/doc) to (clojure.repl/doc)

(I'm using 1.4.0 but clojuredocs doesn't know about that version).

This may be better fixed by a configuration change at my end, but it would be nice if catnip shipped with it set right, or at least with instructions in README.md on how to set it.

Running this in the repl helps:

(clojure.core/refer 'clojure.repl)

This static fix in user.clj would help

https://twitter.com/bostonaholic/status/130130333801775104

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0