aboutsummaryrefslogtreecommitdiff
path: root/repl-ln-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'repl-ln-api.html')
-rw-r--r--repl-ln-api.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/repl-ln-api.html b/repl-ln-api.html
index c8ded0b8..c04d752e 100644
--- a/repl-ln-api.html
+++ b/repl-ln-api.html
@@ -83,6 +83,8 @@ by <span id="author">Stephen C. Gilardi</span><br />
</pre><h2>Overview</h2>
<pre id="namespace-docstr">A repl with that provides support for lines and line numbers in the
input stream.</pre>
+
+
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
@@ -93,7 +95,9 @@ input stream.</pre>
<pre id="var-usage">Usage: (print-repl-info)
</pre>
<pre id="var-docstr">Prints info about the current repl</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L208" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -115,7 +119,9 @@ for clojure.main/repl with the following change and additions:
- :prompt-fmt, Prompt format string
default: the prompt-fmt of the parent repl, or "%S:%L %N=&gt; "</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L217" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -124,7 +130,9 @@ for clojure.main/repl with the following change and additions:
<pre id="var-usage">Usage: (repl-info)
</pre>
<pre id="var-docstr">Returns a map of info about the current repl</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L202" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -133,7 +141,9 @@ for clojure.main/repl with the following change and additions:
<pre id="var-usage">Usage: (repl-prompt)
</pre>
<pre id="var-docstr">Returns the current repl prompt based on this repl's prompt-fmt</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L148" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -150,7 +160,9 @@ codes in the name to make the corresponding dynamic values part of it:
%D - nesting depth in this thread
With no arguments, resets the repl name to its default: "repl-%S"</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L157" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -169,7 +181,9 @@ the corresponding dynamic values part of it:
%N - namespace name
With no arguments, resets the repl pompt to its default: "%S:%L %N=&gt; "</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L180" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -182,7 +196,9 @@ and err streams via sequential keyword-value pairs. Default values
for :in, :out, and :err are streams associated with System/in,
System/out, and System/err using UTF-8 encoding. Also supports all the
options provided by clojure.contrib.repl-ln/repl.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/repl_ln.clj#L119" id="var-source">Source</a>
+
+
+
</div>